summaryrefslogtreecommitdiffstats
path: root/avahi-client/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-client/lookup.h')
-rw-r--r--avahi-client/lookup.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/avahi-client/lookup.h b/avahi-client/lookup.h
index 659700e..bf19479 100644
--- a/avahi-client/lookup.h
+++ b/avahi-client/lookup.h
@@ -102,13 +102,11 @@ typedef void (*AvahiAddressResolverCallback) (
AvahiIfIndex interface,
AvahiProtocol protocol,
AvahiResolverEvent event,
- AvahiProtocol aprotocol,
const AvahiAddress *a,
const char *name,
AvahiLookupResultFlags flags,
void *userdata);
-
/** Browse for domains on the local network */
AvahiDomainBrowser* avahi_domain_browser_new (
AvahiClient *client,
@@ -195,18 +193,8 @@ AvahiClient* avahi_host_name_resolver_get_client (AvahiHostNameResolver *);
/** Free a hostname resolver object */
int avahi_host_name_resolver_free(AvahiHostNameResolver *r);
-/** Create a new address resolver object from an address string. Set aprotocol to AF_UNSPEC for protocol detection. */
-AvahiAddressResolver * avahi_address_resolver_new(
- AvahiClient *client,
- AvahiIfIndex interface,
- AvahiProtocol protocol,
- const char *address,
- AvahiLookupFlags flags,
- AvahiAddressResolverCallback callback,
- void *userdata);
-
/** Create a new address resolver object from an AvahiAddress object */
-AvahiAddressResolver* avahi_address_resolver_new_a(
+AvahiAddressResolver* avahi_address_resolver_new(
AvahiClient *client,
AvahiIfIndex interface,
AvahiProtocol protocol,