aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-08-10 15:34:30 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-08-10 15:34:30 +0800
commitd7e017d1bf0c1237bcd4c94e62378a2bd6f56538 (patch)
tree021e61e54f2878644e2c7eef3de11a8315b734af /calendar/gui/itip-utils.h
parentd37f6d14e38072a1550e7573cb958299c417de1f (diff)
downloadgsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.tar
gsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.tar.gz
gsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.tar.bz2
gsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.tar.lz
gsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.tar.xz
gsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.tar.zst
gsoc2013-evolution-d7e017d1bf0c1237bcd4c94e62378a2bd6f56538.zip
Fixes shared memos for File system.
svn path=/trunk/; revision=32520
Diffstat (limited to 'calendar/gui/itip-utils.h')
-rw-r--r--calendar/gui/itip-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h
index 843ae8210d..eded65974d 100644
--- a/calendar/gui/itip-utils.h
+++ b/calendar/gui/itip-utils.h
@@ -40,7 +40,7 @@ const gchar *itip_strip_mailto (const gchar *address);
char *itip_get_comp_attendee (ECalComponent *comp, ECal *client);
gboolean itip_send_comp (ECalComponentItipMethod method, ECalComponent *comp,
- ECal *client, icalcomponent *zones, GSList *attachments_list);
+ ECal *client, icalcomponent *zones, GSList *attachments_list, GList *users);
gboolean itip_publish_comp (ECal *client, gchar* uri, gchar* username,
gchar* password, ECalComponent **pub_comp);