summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/unsupported.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-15 23:35:59 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-15 23:35:59 +0000
commit3042dfd424c4eed370b8514d45e2c135ce3f6ca4 (patch)
treee8f6f4576a2bd6d51c6c76de9adef1eb26c7d7fe /avahi-compat-howl/unsupported.c
parentfee238b3a20c8fbb34af6b08995df2265131bee6 (diff)
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
Diffstat (limited to 'avahi-compat-howl/unsupported.c')
-rw-r--r--avahi-compat-howl/unsupported.c7
1 files changed, 0 insertions, 7 deletions
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,