diff src/protocols/jabber/iq.h @ 13792:02c7d18f5cc3

[gaim-migrate @ 16204] jabber get info now fetches and displays idle time and version info this is based largely on the work of Andrew Sayman. He submitted a patch back in 2004, and I hacked it all to hell, changed how some things were done. If it works, credit him. If it breaks, blame me. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 30 May 2006 01:30:18 +0000
parents b250288fa948
children
line wrap: on
line diff
--- a/src/protocols/jabber/iq.h	Mon May 29 23:27:30 2006 +0000
+++ b/src/protocols/jabber/iq.h	Tue May 30 01:30:18 2006 +0000
@@ -53,6 +53,7 @@
 
 void jabber_iq_parse(JabberStream *js, xmlnode *packet);
 
+void jabber_iq_remove_callback_by_id(JabberStream *js, const char *id);
 void jabber_iq_set_callback(JabberIq *iq, JabberIqCallback *cb, gpointer data);
 void jabber_iq_set_id(JabberIq *iq, const char *id);