]> git.meshlink.io Git - catta/blobdiff - avahi-compat-libdns_sd/unsupported.c
add new option --force-bind
[catta] / avahi-compat-libdns_sd / unsupported.c
index 2df3847de9f4520a0c5e4dd75707f0cd1eea1875..a460b415cd4f1eee50494da6e61b73763deef645 100644 (file)
@@ -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) {