X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-libdns_sd%2Funsupported.c;h=4e94f702d2b10a1b914559b0d8b935087ac987d1;hb=4da9969a61b52d388b48cb567be75ac7b1dcfe5e;hp=2a23aed68f43543bfc93d597ef53360811e7a776;hpb=a97605e07ad7f44f2f65e15be64880e61a39ab43;p=catta diff --git a/avahi-compat-libdns_sd/unsupported.c b/avahi-compat-libdns_sd/unsupported.c index 2a23aed..4e94f70 100644 --- a/avahi-compat-libdns_sd/unsupported.c +++ b/avahi-compat-libdns_sd/unsupported.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of avahi. @@ -47,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, @@ -105,5 +88,3 @@ DNSServiceErrorType DNSSD_API DNSServiceRemoveRecord( return kDNSServiceErr_Unsupported; } - -