summaryrefslogtreecommitdiffstats
path: root/avahi-common/address.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-25 20:24:45 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-25 20:24:45 +0000
commit159f71aced253cde858c047976308431dd1514ba (patch)
tree49fa4304005a4299da3681f325ebfd00068db10f /avahi-common/address.h
parent0b19ba40ce54fa1cf744de2fc71d30956754e316 (diff)
documentation updates
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@615 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/address.h')
-rw-r--r--avahi-common/address.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/avahi-common/address.h b/avahi-common/address.h
index 5523a72..8f7f2ea 100644
--- a/avahi-common/address.h
+++ b/avahi-common/address.h
@@ -29,7 +29,9 @@
#include <avahi-common/cdecl.h>
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_BEGIN
+#endif
/** Protocol family specification, takes the values AVAHI_PROTO_INET, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC */
typedef int AvahiProtocol;
@@ -119,6 +121,8 @@ AvahiProtocol avahi_af_to_proto(int af);
/** Return a textual representation of the specified protocol number. i.e. "IPv4", "IPv6" or "UNSPEC" */
const char* avahi_proto_to_string(AvahiProtocol proto);
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
+#endif
#endif