]> git.meshlink.io Git - catta/blobdiff - avahi-core/browse.h
* make all flags parameters UINT32 when marshalling for DBUS
[catta] / avahi-core / browse.h
index 70e724fddcc7654668a026d32b97f7570fe4834f..a340c7f35bcd917cfcf4680ce1a7f5cb906ad083 100644 (file)
@@ -60,6 +60,4 @@ void avahi_s_record_browser_destroy(AvahiSRecordBrowser *b);
 void avahi_s_record_browser_restart(AvahiSRecordBrowser *b);
 void avahi_s_record_browser_cancel(AvahiSRecordBrowser *b);
 
-#define AVAHI_VALID_FLAGS(flags, max) (!((flags) & ~(max)))
-
 #endif