summaryrefslogtreecommitdiffstats
path: root/avahi-common/gccmacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/gccmacro.h')
-rw-r--r--avahi-common/gccmacro.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/avahi-common/gccmacro.h b/avahi-common/gccmacro.h
index 24f206f..33ff847 100644
--- a/avahi-common/gccmacro.h
+++ b/avahi-common/gccmacro.h
@@ -24,6 +24,12 @@
/** \file gccmacro.h Defines some macros for GCC extensions */
+#include <avahi-common/cdecl.h>
+
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+AVAHI_C_DECL_BEGIN
+#endif
+
#ifdef __GNUC__
#if __GNUC__ >= 4
#define AVAHI_GCC_SENTINEL __attribute__ ((sentinel))
@@ -55,4 +61,8 @@
#define AVAHI_GCC_NORETURN
#endif
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+AVAHI_C_DECL_END
+#endif
+
#endif