libpurple/protocols/jabber/presence.h

changeset 40708
53a26c29d26c
parent 40358
e6fe6fc1f516
child 41244
5535c6fdd135
--- a/libpurple/protocols/jabber/presence.h	Thu Jan 14 21:20:10 2021 -0600
+++ b/libpurple/protocols/jabber/presence.h	Thu Jan 14 22:33:49 2021 -0600
@@ -84,7 +84,7 @@
 void jabber_presence_init(void);
 void jabber_presence_uninit(void);
 
-void jabber_set_status(PurpleAccount *account, PurpleStatus *status);
+void jabber_set_status(PurpleProtocolServer *protocol_server, PurpleAccount *account, PurpleStatus *status);
 
 /**
  *	Send a full presence stanza.

mercurial