From 514a726560b8e8582abff7ccbc6e69ade5cdb04a Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Fri, 17 Jun 2005 13:43:17 +0000 Subject: * more dbus build fixes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@121 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/dbus-protocol.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'avahi-daemon/dbus-protocol.h') 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 + +int dbus_protocol_setup (GMainLoop *loop); +void dbus_protocol_shutdown (); #endif -- cgit