summaryrefslogtreecommitdiffstats
path: root/avahi-client/client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-27 18:25:29 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-27 18:25:29 +0000
commit5dcaa3101f1088bb33d770a43191f3f0e3397896 (patch)
tree74017dd68980150b331c2237cee79b4288e005f2 /avahi-client/client.h
parente14682626f03c86aad4d71d5a8562715ebbb2927 (diff)
* fix some small issues in client-test
* add protocol argument avahi_adress_resolver_new_a() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@458 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-client/client.h')
-rw-r--r--avahi-client/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-client/client.h b/avahi-client/client.h
index c544c44..9d57c50 100644
--- a/avahi-client/client.h
+++ b/avahi-client/client.h
@@ -311,7 +311,7 @@ int avahi_host_name_resolver_free(AvahiHostNameResolver *r);
/** Block until the resolving is complete */
int avahi_host_name_resolver_block(AvahiHostNameResolver *r);
-/** Create a new address resolver object from an address string. Set protocol to AF_UNSPEC for protocol detection. */
+/** 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,
@@ -324,6 +324,7 @@ AvahiAddressResolver * avahi_address_resolver_new(
AvahiAddressResolver* avahi_address_resolver_new_a(
AvahiClient *client,
AvahiIfIndex interface,
+ AvahiProtocol protocol,
const AvahiAddress *a,
AvahiAddressResolverCallback callback,
void *userdata);