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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/avahi-common/error.h b/avahi-common/error.h
index 27256e6..223ba02 100644
--- a/avahi-common/error.h
+++ b/avahi-common/error.h
@@ -22,6 +22,12 @@
USA.
***/
+/** \file error.h Error codes and auxiliary functions */
+
+#include <avahi-common/cdecl.h>
+
+AVAHI_C_DECL_BEGIN
+
/** Error codes used by avahi */
enum {
AVAHI_OK = 0, /**< OK */
@@ -54,4 +60,6 @@ enum {
/** Return a human readable error string for the specified error code */
const char *avahi_strerror(int error);
+AVAHI_C_DECL_END
+
#endif