summaryrefslogtreecommitdiffstats
path: root/avahi-common/gccmacro.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-20 14:12:10 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-20 14:12:10 +0000
commitdad41109f1726a876dd918290187d0a5296b267d (patch)
treec0ea9b707ff6e1f6a2e047ae1bfaa4d1c6c14232 /avahi-common/gccmacro.h
parenta52bd64a8db2c07bb2309cf2d8b888cc1a47ec56 (diff)
* many improvements to avahi-client (especially error handling)
* Document AVahi error handling a little git-svn-id: file:///home/lennart/svn/public/avahi/trunk@358 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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