diff libpurple/protocols/bonjour/mdns_common.h @ 18799:83719d57a8ee

Implement bonjour buddy icons in the win32 implementation. Avahi's howl wrapper doesn't implement sw_discovery_query_record(), so we can't do it elsewhere yet.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 05 Aug 2007 02:50:48 +0000
parents ed1def07d86e
children 7bf6b9a70b41
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/mdns_common.h	Sun Aug 05 02:44:53 2007 +0000
+++ b/libpurple/protocols/bonjour/mdns_common.h	Sun Aug 05 02:50:48 2007 +0000
@@ -37,6 +37,11 @@
 void bonjour_dns_sd_send_status(BonjourDnsSd *data, const char *status, const char *status_message);
 
 /**
+ * Retrieve the buddy icon blob
+ */
+void bonjour_dns_sd_retrieve_buddy_icon(BonjourBuddy* buddy);
+
+/**
  * Advertise our presence within the dns-sd daemon and start
  * browsing for other bonjour peers.
  */