aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client/cal-client.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-08-22 00:33:42 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-08-22 00:33:42 +0800
commit8536a2be55812f0042b1a440767e209c88ce092a (patch)
tree031a402d7e0f00fcc7f06ed2778b27cff6831148 /calendar/cal-client/cal-client.h
parent8cb1ce04ac5efcc71680e8da2843535244fd2ec3 (diff)
downloadgsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar
gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.gz
gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.bz2
gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.lz
gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.xz
gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.zst
gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.zip
use a 'char **' for the 'error_msg' argument, instead of a fixed size
2003-08-21 Rodrigo Moya <rodrigo@ximian.com> * cal-client/cal-client.[ch] (cal_client_send_object): use a 'char **' for the 'error_msg' argument, instead of a fixed size string. * gui/itip-utils.c (comp_server_send): pass the correct parameter to cal_client_send_object. svn path=/trunk/; revision=22326
Diffstat (limited to 'calendar/cal-client/cal-client.h')
-rw-r--r--calendar/cal-client/cal-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-client/cal-client.h b/calendar/cal-client/cal-client.h
index 376c674c58..961ba5d993 100644
--- a/calendar/cal-client/cal-client.h
+++ b/calendar/cal-client/cal-client.h
@@ -214,7 +214,7 @@ CalClientResult cal_client_remove_object_with_mod (CalClient *client, const char
CalClientSendResult cal_client_send_object (CalClient *client, icalcomponent *icalcomp,
icalcomponent **new_icalcomp, GList **users,
- char error_msg[256]);
+ char **error_msg);
CalQuery *cal_client_get_query (CalClient *client, const char *sexp);