summaryrefslogtreecommitdiffstats
path: root/avahi-glib/glib-watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-glib/glib-watch.h')
-rw-r--r--avahi-glib/glib-watch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/avahi-glib/glib-watch.h b/avahi-glib/glib-watch.h
index e890a68..895a686 100644
--- a/avahi-glib/glib-watch.h
+++ b/avahi-glib/glib-watch.h
@@ -29,9 +29,7 @@
#include <avahi-common/cdecl.h>
#include <avahi-common/watch.h>
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN
-#endif
/** GLib main loop adapter. You can safely cast this into a GSource */
typedef struct AvahiGLibPoll AvahiGLibPoll;
@@ -50,8 +48,6 @@ void avahi_glib_poll_free(AvahiGLibPoll *g);
* call */
const AvahiPoll *avahi_glib_poll_get(AvahiGLibPoll *g);
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
-#endif
#endif