summaryrefslogtreecommitdiffstats
path: root/avahi-common/address.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/address.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/address.h')
-rw-r--r--avahi-common/address.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-common/address.h b/avahi-common/address.h
index 8056ac9..60495a3 100644
--- a/avahi-common/address.h
+++ b/avahi-common/address.h
@@ -22,13 +22,13 @@
USA.
***/
+/** \file address.h Definitions and functions to manipulate IP addresses. */
+
#include <sys/socket.h>
#include <inttypes.h>
#include <avahi-common/cdecl.h>
-/** \file address.h Defintions and functions to manipulate IP addresses. */
-
AVAHI_C_DECL_BEGIN
/** Protocol family specification, takes the values AVAHI_INET, AVAHI_INET6, AVAHI_UNSPEC */