summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/dbus-protocol.h')
-rw-r--r--avahi-daemon/dbus-protocol.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h
index b2eca71..185fa58 100644
--- a/avahi-daemon/dbus-protocol.h
+++ b/avahi-daemon/dbus-protocol.h
@@ -22,11 +22,10 @@
USA.
***/
-#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi"
-
#include <glib.h>
-int dbus_protocol_setup (GMainLoop *loop);
-void dbus_protocol_shutdown ();
+int dbus_protocol_setup(GMainLoop *loop);
+void dbus_protocol_shutdown(void);
+void dbus_protocol_server_state_changed(AvahiServerState state);
#endif