]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/main.h
* Fix avhai builds with newer (>= 0.62) dbus that deprecated
[catta] / avahi-daemon / main.h
index 8db60e492966419a4c3ea43d012f73a95f3ceb07..77af0d06e2f27d0531999d9a7b085614d4dc9338 100644 (file)
 ***/
 
 #include <avahi-core/core.h>
+#include <avahi-common/simple-watch.h>
 
 extern AvahiServer *avahi_server;
+extern AvahiSimplePoll *simple_poll_api;
+
+extern int nss_support;
 
 #endif