summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/error.h')
-rw-r--r--avahi-common/error.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/avahi-common/error.h b/avahi-common/error.h
index 270aece..a7c97a7 100644
--- a/avahi-common/error.h
+++ b/avahi-common/error.h
@@ -26,9 +26,7 @@
#include <avahi-common/cdecl.h>
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN
-#endif
/** Error codes used by avahi */
enum {
@@ -97,8 +95,6 @@ enum {
/** Return a human readable error string for the specified error code */
const char *avahi_strerror(int error);
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
-#endif
#endif