X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Flookup.h;h=52407f4aa56680b298bfdf3ed7dd6819ad9d580a;hb=e80dfc163e06f9bd9300d096f384bf418ac3062f;hp=79224a0b3f8d5f232fd55f828221b4fc988aef40;hpb=06f0555280d50458f231fbb066d85a6d8985b4f7;p=catta diff --git a/avahi-client/lookup.h b/avahi-client/lookup.h index 79224a0..52407f4 100644 --- a/avahi-client/lookup.h +++ b/avahi-client/lookup.h @@ -1,8 +1,6 @@ #ifndef fooclientlookuphfoo #define fooclientlookuphfoo -/* $Id$ */ - /*** This file is part of avahi. @@ -190,11 +188,11 @@ typedef void (*AvahiServiceResolverCallback) ( * resp. AAAA resource record. */ AvahiServiceResolver * avahi_service_resolver_new( AvahiClient *client, - AvahiIfIndex interface, /**< Pass the interface argument you recieved in AvahiServiceBrowserCallback here. */ - AvahiProtocol protocol, /**< Pass the protocol argument you recieved in AvahiServiceBrowserCallback here. */ - const char *name, /**< Pass the name argument you recieved in AvahiServiceBrowserCallback here. */ - const char *type, /**< Pass the type argument you recieved in AvahiServiceBrowserCallback here. */ - const char *domain, /**< Pass the domain argument you recieved in AvahiServiceBrowserCallback here. */ + AvahiIfIndex interface, /**< Pass the interface argument you received in AvahiServiceBrowserCallback here. */ + AvahiProtocol protocol, /**< Pass the protocol argument you received in AvahiServiceBrowserCallback here. */ + const char *name, /**< Pass the name argument you received in AvahiServiceBrowserCallback here. */ + const char *type, /**< Pass the type argument you received in AvahiServiceBrowserCallback here. */ + const char *domain, /**< Pass the domain argument you received in AvahiServiceBrowserCallback here. */ AvahiProtocol aprotocol, /**< The desired address family of the service address to resolve. AVAHI_PROTO_UNSPEC if your application can deal with both IPv4 and IPv6 */ AvahiLookupFlags flags, AvahiServiceResolverCallback callback,