diff src/protocols/jabber/presence.h @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents e0a70b763872
children a9fb4493ae22
line wrap: on
line diff
--- 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);