X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-libdns_sd%2Funsupported.c;h=4e94f702d2b10a1b914559b0d8b935087ac987d1;hb=7a5b2f69af7d36d6cd4153142f125fa011784e03;hp=fe39eb7910ce165dd19c4985ed943ef2c54f7a07;hpb=908e491f7d55209acfbb2595ab1ef5b24502d641;p=catta diff --git a/avahi-compat-libdns_sd/unsupported.c b/avahi-compat-libdns_sd/unsupported.c index fe39eb7..4e94f70 100644 --- a/avahi-compat-libdns_sd/unsupported.c +++ b/avahi-compat-libdns_sd/unsupported.c @@ -45,21 +45,6 @@ DNSServiceErrorType DNSSD_API DNSServiceRegisterRecord ( return kDNSServiceErr_Unsupported; } -DNSServiceErrorType DNSSD_API DNSServiceQueryRecord ( - AVAHI_GCC_UNUSED DNSServiceRef *sdRef, - AVAHI_GCC_UNUSED DNSServiceFlags flags, - AVAHI_GCC_UNUSED uint32_t interfaceIndex, - AVAHI_GCC_UNUSED const char *fullname, - AVAHI_GCC_UNUSED uint16_t rrtype, - AVAHI_GCC_UNUSED uint16_t rrclass, - AVAHI_GCC_UNUSED DNSServiceQueryRecordReply callBack, - AVAHI_GCC_UNUSED void *context) { - - AVAHI_WARN_UNSUPPORTED; - - return kDNSServiceErr_Unsupported; -} - DNSServiceErrorType DNSSD_API DNSServiceReconfirmRecord ( AVAHI_GCC_UNUSED DNSServiceFlags flags, AVAHI_GCC_UNUSED uint32_t interfaceIndex, @@ -103,5 +88,3 @@ DNSServiceErrorType DNSSD_API DNSServiceRemoveRecord( return kDNSServiceErr_Unsupported; } - -