summaryrefslogtreecommitdiffstats
path: root/avahi-core/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/lookup.h')
-rw-r--r--avahi-core/lookup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/avahi-core/lookup.h b/avahi-core/lookup.h
index f66a086..0ce6fe8 100644
--- a/avahi-core/lookup.h
+++ b/avahi-core/lookup.h
@@ -52,9 +52,7 @@ typedef struct AvahiSServiceResolver AvahiSServiceResolver;
#include <avahi-common/defs.h>
#include <avahi-core/core.h>
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN
-#endif
/** Callback prototype for AvahiSRecordBrowser events */
typedef void (*AvahiSRecordBrowserCallback)(
@@ -234,8 +232,6 @@ AvahiSServiceResolver *avahi_s_service_resolver_new(
/** Free an AvahiSServiceResolver object */
void avahi_s_service_resolver_free(AvahiSServiceResolver *r);
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
-#endif
#endif