libpurple/protocols/mxit/protocol.h

changeset 33710
0d7ead568881
parent 33648
3fd636f586dc
parent 33706
d6b2b231d0cf
child 33760
66611fba7197
--- a/libpurple/protocols/mxit/protocol.h	Sun Jan 27 05:57:39 2013 -0500
+++ b/libpurple/protocols/mxit/protocol.h	Tue Jan 29 15:38:45 2013 +0100
@@ -326,7 +326,7 @@
 void mxit_send_invite( struct MXitSession* session, const char* username, gboolean mxitid, const char* alias, const char* groupname, const char* message );
 void mxit_send_remove( struct MXitSession* session, const char* username );
 void mxit_send_allow_sub( struct MXitSession* session, const char* username, const char* alias );
-void mxit_send_deny_sub( struct MXitSession* session, const char* username );
+void mxit_send_deny_sub( struct MXitSession* session, const char* username, const char* reason );
 void mxit_send_update_contact( struct MXitSession* session, const char* username, const char* alias, const char* groupname );
 void mxit_send_splashclick( struct MXitSession* session, const char* splashid );
 void mxit_send_msgevent( struct MXitSession* session, const char* to, const char* id, int event);

mercurial