diff libpurple/protocols/jabber/disco.h @ 27058:08964b4b2fe4

Convert the disco browser to a plugin. Refs #556
author Paul Aurich <paul@darkrain42.org>
date Tue, 26 May 2009 02:27:49 +0000
parents 5afee99de904
children c585572e80dd
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.h	Sun May 24 18:39:32 2009 +0000
+++ b/libpurple/protocols/jabber/disco.h	Tue May 26 02:27:49 2009 +0000
@@ -46,10 +46,4 @@
 void jabber_disco_info_do(JabberStream *js, const char *who,
 		JabberDiscoInfoCallback *callback, gpointer data);
 
-PurpleDiscoList *jabber_disco_get_list(PurpleConnection *gc);
-
-void jabber_disco_items_do(JabberStream *js, const char *jid, const char *node,
-		JabberDiscoItemsCallback *callback, gpointer data);
-void jabber_disco_item_free(JabberDiscoItem *);
-
 #endif /* PURPLE_JABBER_DISCO_H_ */