comparison libpurple/protocols/bonjour/mdns_common.h @ 18798:ed1def07d86e

Refactor the bonjour mdns implementation abstraction in preparation for the avahi implementation. Also fix alias assignment from the server to populate the server alias instead of the local alias.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 05 Aug 2007 02:44:53 +0000
parents b87114cdd6ae
children 83719d57a8ee
comparison
equal deleted inserted replaced
18796:95fe5195bf98 18798:ed1def07d86e
17 #ifndef _BONJOUR_MDNS_COMMON 17 #ifndef _BONJOUR_MDNS_COMMON
18 #define _BONJOUR_MDNS_COMMON 18 #define _BONJOUR_MDNS_COMMON
19 19
20 #include "mdns_types.h" 20 #include "mdns_types.h"
21 21
22 #ifdef USE_BONJOUR_APPLE 22 #include "buddy.h"
23 #include "mdns_win32.h"
24 #elif defined USE_BONJOUR_HOWL
25 #include "mdns_howl.h"
26 #endif
27 23
28 /** 24 /**
29 * Allocate space for the dns-sd data. 25 * Allocate space for the dns-sd data.
30 */ 26 */
31 BonjourDnsSd *bonjour_dns_sd_new(void); 27 BonjourDnsSd *bonjour_dns_sd_new(void);