libpurple/protocols/bonjour/buddy.h

changeset 19093
b2657106df0e
parent 17611
1f221c4f82d6
child 19094
b4d0fe1a515a
--- a/libpurple/protocols/bonjour/buddy.h	Fri Aug 03 23:20:28 2007 +0000
+++ b/libpurple/protocols/bonjour/buddy.h	Sun Aug 05 02:44:53 2007 +0000
@@ -19,16 +19,9 @@
 
 #include <glib.h>
 
-#include "config.h"
 #include "account.h"
 #include "jabber.h"
 
-#ifdef USE_BONJOUR_APPLE 
-#include "dns_sd_proxy.h"
-#else /* USE_BONJOUR_HOWL */
-#include <howl.h>
-#endif
-
 typedef struct _BonjourBuddy
 {
 	PurpleAccount *account;
@@ -53,11 +46,7 @@
 
 	BonjourJabberConversation *conversation;
 
-#ifdef USE_BONJOUR_APPLE
-	DNSServiceRef txt_query;
-	int txt_query_fd;
-#endif
-
+	gpointer mdns_impl_data;
 } BonjourBuddy;
 
 static const char *const buddy_TXT_records[] = {

mercurial