From 3042dfd424c4eed370b8514d45e2c135ce3f6ca4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 15 Oct 2005 23:35:59 +0000 Subject: compat-howl: * handle client events * implement sw_discovery_init_with_flags() * implement sw_discovery_publish() * small cleanups compat-howl is now as complete as compat-libdns_sd and thus omplete enough for most programs. The missing functions will be implemented on demand only. compat-libdns_sd: * set keywords attribute for funcs.txt git-svn-id: file:///home/lennart/svn/public/avahi/trunk@785 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-compat-howl/unsupported.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'avahi-compat-howl/unsupported.c') diff --git a/avahi-compat-howl/unsupported.c b/avahi-compat-howl/unsupported.c index b636480..fd1039d 100644 --- a/avahi-compat-howl/unsupported.c +++ b/avahi-compat-howl/unsupported.c @@ -962,13 +962,6 @@ sw_result sw_corby_object_set_channel( return SW_E_NO_IMPL; } -sw_result sw_discovery_init_with_flags( - sw_discovery * self, - sw_discovery_init_flags flags) { - AVAHI_WARN_UNSUPPORTED; - return SW_E_NO_IMPL; -} - sw_result sw_discovery_publish_host( sw_discovery self, sw_uint32 interface_index, -- cgit