From deb6bcac8d1e1ecec4aafaee2d27dbe467e4f461 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Aug 2005 02:42:59 +0000 Subject: * implement ini file parser * strip glib usage from avahi-daemon * make dbus-watch-glue a static library so that both avahi-client and avahi-daemon can make use of it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@327 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/dbus-protocol.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'avahi-daemon/dbus-protocol.h') diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h index 185fa58..0877426 100644 --- a/avahi-daemon/dbus-protocol.h +++ b/avahi-daemon/dbus-protocol.h @@ -22,9 +22,7 @@ USA. ***/ -#include - -int dbus_protocol_setup(GMainLoop *loop); +int dbus_protocol_setup(const AvahiPoll *poll_api); void dbus_protocol_shutdown(void); void dbus_protocol_server_state_changed(AvahiServerState state); -- cgit