summaryrefslogtreecommitdiffstats
path: root/avahi-compat-libdns_sd/unsupported.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-25 18:45:17 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-25 18:45:17 +0000
commit82aabd487bd00b79147ee23f4f76d692fdd0ced3 (patch)
tree0ecb8096d420b0fe2dc2d915bccd495805314ee4 /avahi-compat-libdns_sd/unsupported.c
parentbff43bda174f79624f470aa46fd3aa6ff70fe2a4 (diff)
update to newer dns_sd.h copy from Apple
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1274 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-libdns_sd/unsupported.c')
-rw-r--r--avahi-compat-libdns_sd/unsupported.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-compat-libdns_sd/unsupported.c b/avahi-compat-libdns_sd/unsupported.c
index 2df3847..a460b41 100644
--- a/avahi-compat-libdns_sd/unsupported.c
+++ b/avahi-compat-libdns_sd/unsupported.c
@@ -62,7 +62,7 @@ DNSServiceErrorType DNSSD_API DNSServiceQueryRecord (
return kDNSServiceErr_Unsupported;
}
-void DNSSD_API DNSServiceReconfirmRecord (
+DNSServiceErrorType DNSSD_API DNSServiceReconfirmRecord (
AVAHI_GCC_UNUSED DNSServiceFlags flags,
AVAHI_GCC_UNUSED uint32_t interfaceIndex,
AVAHI_GCC_UNUSED const char *fullname,
@@ -73,7 +73,7 @@ void DNSSD_API DNSServiceReconfirmRecord (
AVAHI_WARN_UNSUPPORTED;
- return;
+ return kDNSServiceErr_Unsupported;
}
DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(AVAHI_GCC_UNUSED DNSServiceRef *sdRef) {