libpurple/protocols/oscar/oscarcommon.h

branch
soc.2013.gobjectification.plugins
changeset 36621
3edd164b6a1a
parent 36590
e77919ff5e74
parent 34904
dee62fd8249d
child 36637
9b0109ae118d
--- a/libpurple/protocols/oscar/oscarcommon.h	Sat Aug 31 22:26:34 2013 +0530
+++ b/libpurple/protocols/oscar/oscarcommon.h	Sat Aug 31 23:12:48 2013 +0530
@@ -102,7 +102,7 @@
 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_get_actions(PurpleConnection *gc);
 const gchar *oscar_get_login_server(gboolean is_icq, gboolean use_ssl);
 gboolean oscar_uri_handler(const char *proto, const char *cmd, GHashTable *params);

mercurial