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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/avahi-client/lookup.h b/avahi-client/lookup.h
index bf19479..f2db9ab 100644
--- a/avahi-client/lookup.h
+++ b/avahi-client/lookup.h
@@ -38,9 +38,7 @@
/** \example client-browse-services.c Example how to browse for DNS-SD
* services using the client interface to avahi-daemon. */
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN
-#endif
/** A domain browser object */
typedef struct AvahiDomainBrowser AvahiDomainBrowser;
@@ -209,9 +207,6 @@ AvahiClient* avahi_address_resolver_get_client (AvahiAddressResolver *);
/** Free a AvahiAddressResolver resolver object */
int avahi_address_resolver_free(AvahiAddressResolver *r);
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
-#endif
-
#endif