diff libpurple/protocols/bonjour/mdns_common.h @ 18843:7bf6b9a70b41

Some more minor mdns implementation abstraction tweaks and implementation of setting buddy icons for the win32 bonjour implementation.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 08 Aug 2007 01:50:01 +0000
parents 83719d57a8ee
children 09f52521ff5b
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/mdns_common.h	Wed Aug 08 01:35:56 2007 +0000
+++ b/libpurple/protocols/bonjour/mdns_common.h	Wed Aug 08 01:50:01 2007 +0000
@@ -42,6 +42,16 @@
 void bonjour_dns_sd_retrieve_buddy_icon(BonjourBuddy* buddy);
 
 /**
+ * Deal with a buddy icon update
+ */
+void bonjour_dns_sd_update_buddy_icon(BonjourDnsSd *data);
+
+/**
+ * The buddy icon blob has been set, notify everyone watching the TXT record
+ */
+void bonjour_dns_sd_buddy_icon_data_set(BonjourDnsSd *data);
+
+/**
  * Advertise our presence within the dns-sd daemon and start
  * browsing for other bonjour peers.
  */