X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.h;h=218448732685393e467ba305017c448f14770bac;hb=5622f49f788abafea96420b553eb0138eb605c55;hp=9934d4a458eeebb78e40e8a69f611d847756c0ce;hpb=a97605e07ad7f44f2f65e15be64880e61a39ab43;p=catta diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h index 9934d4a..2184487 100644 --- a/avahi-daemon/dbus-protocol.h +++ b/avahi-daemon/dbus-protocol.h @@ -1,8 +1,6 @@ #ifndef foodbusprotocolhfoo #define foodbusprotocolhfoo -/* $Id$ */ - /*** This file is part of avahi. @@ -22,7 +20,12 @@ USA. ***/ -int dbus_protocol_setup(const AvahiPoll *poll_api, int disable_user_service_publishing, int force); +int dbus_protocol_setup(const AvahiPoll *poll_api, + int _disable_user_service_publishing, + int _n_clients_max, + int _n_objects_per_client_max, + int _n_entries_per_entry_group_max, + int force); void dbus_protocol_shutdown(void); void dbus_protocol_server_state_changed(AvahiServerState state);