summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.h
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-06-17 13:43:17 +0000
committerTrent Lloyd <lathiat@bur.st>2005-06-17 13:43:17 +0000
commit514a726560b8e8582abff7ccbc6e69ade5cdb04a (patch)
tree0852bafc1c49b6302141c12bbe9b78965491bbe6 /avahi-daemon/dbus-protocol.h
parent3a1dbb2f9ed114446ce39eb9c63d213a33771b51 (diff)
* more dbus build fixes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@121 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/dbus-protocol.h')
-rw-r--r--avahi-daemon/dbus-protocol.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h
index 8ed583f..b2eca71 100644
--- a/avahi-daemon/dbus-protocol.h
+++ b/avahi-daemon/dbus-protocol.h
@@ -24,7 +24,9 @@
#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi"
-int dbus_protocol_setup ();
-int dbus_protocol_shutdown ();
+#include <glib.h>
+
+int dbus_protocol_setup (GMainLoop *loop);
+void dbus_protocol_shutdown ();
#endif