summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2006-06-22 16:02:45 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2006-06-22 16:02:45 +0000
commit4126bba7ce987a091e2a07105e8a61db692d600c (patch)
treefc769919b33c55364d4a4515448212df3c63d592 /include/apr_network_io.h
parent656677a7c60af43e012ec51315a25c52b5edef8d (diff)
downloadlibapr-4126bba7ce987a091e2a07105e8a61db692d600c.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: http://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,