libpurple/protocols/oscar/oscarcommon.h

branch
soc.2013.gobjectification
changeset 34904
dee62fd8249d
parent 34894
df5ed3731148
parent 34321
f60fcab02bd4
child 35812
48c6ee645ca1
child 36621
3edd164b6a1a
--- a/libpurple/protocols/oscar/oscarcommon.h	Fri Aug 30 15:27:52 2013 +0530
+++ b/libpurple/protocols/oscar/oscarcommon.h	Sat Aug 31 02:20:52 2013 +0530
@@ -102,6 +102,6 @@
 void oscar_send_file(PurpleConnection *gc, const char *who, const char *file);
 PurpleXfer *oscar_new_xfer(PurpleConnection *gc, const char *who);
 gboolean oscar_offline_message(const PurpleBuddy *buddy);
-gsize oscar_get_max_message_size(PurpleConnection *gc);
+gssize oscar_get_max_message_size(PurpleConversation *conv);
 GList *oscar_actions(PurplePlugin *plugin, gpointer context);
 void oscar_init(PurplePlugin *plugin, gboolean is_icq);

mercurial