summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/unsupported.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-16 01:04:07 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-16 01:04:07 +0000
commit9da0241b9c1bf751605ba11fa6d4c75e34fe5f2b (patch)
tree9d0369dc720ccef3585a7128094dd615e7584a6f /avahi-compat-howl/unsupported.c
parent10bb2c127df147851330f6c06ba38198829d15e9 (diff)
* fix compat-howl to work with nautilus
* make similar changes to compat-libdns_sd * implement sw_salt_lock()/sw_salt_unlock() in compt-howl * simple-watch: allows immediate rerunning of avahi_simple_poll_run() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@787 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl/unsupported.c')
-rw-r--r--avahi-compat-howl/unsupported.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/avahi-compat-howl/unsupported.c b/avahi-compat-howl/unsupported.c
index fd1039d..09baf13 100644
--- a/avahi-compat-howl/unsupported.c
+++ b/avahi-compat-howl/unsupported.c
@@ -190,17 +190,6 @@ sw_result sw_salt_unregister_signal(
return SW_E_NO_IMPL;
}
-sw_result sw_salt_lock(sw_salt self) {
- AVAHI_WARN_UNSUPPORTED;
- return SW_E_NO_IMPL;
-}
-
-sw_result sw_salt_unlock(sw_salt self) {
- AVAHI_WARN_UNSUPPORTED;
- return SW_E_NO_IMPL;
-}
-
-
void sw_print_assert(
int code,
sw_const_string assert_string,