comparison src/protocols/bonjour/dns_sd.h @ 11927:0d9c6d2ad64b

[gaim-migrate @ 14218] Better error handling for Howl when your mDNS daemon is not running committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 31 Oct 2005 06:06:14 +0000
parents 5a2c38d33eb4
children 3db14853d9ae
comparison
equal deleted inserted replaced
11926:5b703a92e79d 11927:0d9c6d2ad64b
71 71
72 /** 72 /**
73 * Advertise our presence within the dns-sd daemon and start 73 * Advertise our presence within the dns-sd daemon and start
74 * browsing for other bonjour peers. 74 * browsing for other bonjour peers.
75 */ 75 */
76 void bonjour_dns_sd_start(BonjourDnsSd *data); 76 gboolean bonjour_dns_sd_start(BonjourDnsSd *data);
77 77
78 /** 78 /**
79 * Unregister the "_presence._tcp" service at the mDNS daemon. 79 * Unregister the "_presence._tcp" service at the mDNS daemon.
80 */ 80 */
81 int bonjour_dns_sd_stop(BonjourDnsSd *data); 81 void bonjour_dns_sd_stop(BonjourDnsSd *data);
82 82
83 #endif 83 #endif