libpurple/protocols/jabber/disco.h

branch
soc.2013.gobjectification.plugins
changeset 36692
324db2a53c4c
parent 34935
686fa55b0deb
child 39556
622bf98df0ac
--- a/libpurple/protocols/jabber/disco.h	Fri Sep 06 23:02:04 2013 +0530
+++ b/libpurple/protocols/jabber/disco.h	Sat Sep 07 00:11:42 2013 +0530
@@ -39,9 +39,9 @@
 		const char *node, GSList *items, gpointer data);
 
 void jabber_disco_info_parse(JabberStream *js, const char *from,
-                             JabberIqType type, const char *id, xmlnode *in_query);
+                             JabberIqType type, const char *id, PurpleXmlNode *in_query);
 void jabber_disco_items_parse(JabberStream *js, const char *from,
-                              JabberIqType type, const char *id, xmlnode *query);
+                              JabberIqType type, const char *id, PurpleXmlNode *query);
 
 void jabber_disco_items_server(JabberStream *js);
 

mercurial