summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2006-06-22 16:02:45 +0000
committerDavid Reid <dreid@apache.org>2006-06-22 16:02:45 +0000
commit28677834e93deea9262a983f517e5fe8e83997c6 (patch)
treefc769919b33c55364d4a4515448212df3c63d592 /include/apr_network_io.h
parentf3fab05556f1da71c0b9808115266c7d4e5b0f8b (diff)
downloadapr-28677834e93deea9262a983f517e5fe8e83997c6.tar.gz
- remove what appears to be a copy/paste error from docs in
network_io - add details about ranges of status numbers used by apr git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@416407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 383d963ff..7006abd16 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -671,7 +671,6 @@ APR_DECLARE(apr_status_t) apr_sockaddr_ip_get(char **addr,
/**
* Write the IP address (in numeric address string format) of the APR
* socket address @a sockaddr into the buffer @a buf (of size @a buflen).
- * @param addr The IP address.
* @param sockaddr The socket address to reference.
*/
APR_DECLARE(apr_status_t) apr_sockaddr_ip_getbuf(char *buf, apr_size_t buflen,