summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-07-27 18:39:31 +0000
committerLennart Poettering <lennart@poettering.net>2005-07-27 18:39:31 +0000
commitcc7bb72552184951e806f4d0f2449629b35b9c93 (patch)
treed299233ebaee1abbaa207ca2fb4fcf7e8ae2e42b /avahi-daemon/dbus-protocol.h
parentac082e8eb624bc5ae0c19e91f412c8c5f12bfddf (diff)
implement DBUS protocol
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@171 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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