From 5dcaa3101f1088bb33d770a43191f3f0e3397896 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 27 Aug 2005 18:25:29 +0000 Subject: * 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 --- avahi-client/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-client/client.h') 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); -- cgit