src/protocols/jabber/presence.h

changeset 9944
71ef020ec4b0
parent 8193
88a0c59fc98b
child 9954
52a14a58a33e
--- a/src/protocols/jabber/presence.h	Fri Sep 03 21:21:25 2004 +0000
+++ b/src/protocols/jabber/presence.h	Fri Sep 03 21:35:52 2004 +0000
@@ -33,7 +33,7 @@
 
 void jabber_presence_send(GaimConnection *gc, const char *state,
 		const char *msg);
-xmlnode *jabber_presence_create(const char *state, const char *msg);
+xmlnode *jabber_presence_create(GaimStatus *status);
 void jabber_presence_parse(JabberStream *js, xmlnode *packet);
 void jabber_presence_subscription_set(JabberStream *js, const char *who,
 		const char *type);

mercurial