summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2003-12-29 20:55:08 +0000
committerIan Holsman <ianh@apache.org>2003-12-29 20:55:08 +0000
commit1f122e196721e1406198dfb94c9ef18e7802fdcf (patch)
treeaf3625ba10538e58bb054b348c4b3c43050577aa /include/apr_network_io.h
parent31abe37d38747eb521f52cdd9c54281a68f2b7a5 (diff)
downloadapr-1f122e196721e1406198dfb94c9ef18e7802fdcf.tar.gz
silence 2 doxygen warnings
submitted by: sander temme <sander at temmet dot net> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 9d1c6a6e0..c48741003 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -181,6 +181,10 @@ struct in_addr {
#define APR_UNSPEC 0
#endif
#if APR_HAVE_IPV6
+/** @def APR_INET6
+* IPv6 Address Family. Not all platforms may have this defined.
+*/
+
#define APR_INET6 AF_INET6
#endif