diff src/protocols/jabber/presence.h @ 8185:3a229ad2fab0

[gaim-migrate @ 8906] take 1 of UberUglyHack committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 30 Jan 2004 21:56:31 +0000
parents 67c4e9d39242
children e0a70b763872
line wrap: on
line diff
--- a/src/protocols/jabber/presence.h	Thu Jan 29 17:39:32 2004 +0000
+++ b/src/protocols/jabber/presence.h	Fri Jan 30 21:56:31 2004 +0000
@@ -37,5 +37,6 @@
 void jabber_presence_parse(JabberStream *js, xmlnode *packet);
 void jabber_presence_subscription_set(JabberStream *js, const char *who,
 		const char *type);
+void jabber_presence_fake_to_self(JabberStream *js, const char *show, const char *status);
 
 #endif /* _GAIM_JABBER_PRESENCE_H_ */