libpurple/protocols/oscar/oscarcommon.h

changeset 34312
4461d5c1e61c
parent 31599
532045052a3f
child 34321
f60fcab02bd4
child 34894
df5ed3731148
--- a/libpurple/protocols/oscar/oscarcommon.h	Fri Aug 23 11:32:53 2013 +0200
+++ b/libpurple/protocols/oscar/oscarcommon.h	Mon Aug 26 17:21:22 2013 +0200
@@ -102,5 +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);
 GList *oscar_actions(PurplePlugin *plugin, gpointer context);
 void oscar_init(PurplePlugin *plugin, gboolean is_icq);

mercurial