summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-12 00:54:24 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-12 00:54:24 +0000
commit33f474169daae72b9aa4c5ede260663207b2e4a3 (patch)
tree09eab09fd77e71ae445e6bc8caf1b9a66660bf03 /avahi-common/error.h
parent66c6bca0849a82be92d6bff82c478d769f8af869 (diff)
Documentation updates
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@301 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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