]> git.meshlink.io Git - catta/blobdiff - avahi-core/browse.h
add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()
[catta] / avahi-core / browse.h
index a340c7f35bcd917cfcf4680ce1a7f5cb906ad083..36d4e2e8e2135f57fc58d9d102e0d3cde578ba31 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "core.h"
 #include "timeeventq.h"
-#include "server.h"
+#include "internal.h"
 #include "dns.h"
 #include "lookup.h"
 
@@ -58,6 +58,5 @@ void avahi_browser_cleanup(AvahiServer *server);
 
 void avahi_s_record_browser_destroy(AvahiSRecordBrowser *b);
 void avahi_s_record_browser_restart(AvahiSRecordBrowser *b);
-void avahi_s_record_browser_cancel(AvahiSRecordBrowser *b);
 
 #endif