summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-12-16 02:06:47 +0000
committerJeff Trawick <trawick@apache.org>2000-12-16 02:06:47 +0000
commit0568520c1854f9a9e8a1c0fc68bf8417efcc38a1 (patch)
tree3c6af3c48815db646c2989dac4642be45aa4db95 /include/apr_lib.h
parent966bc7adbdd1c49bd35b2d15f343785c92638840 (diff)
downloadapr-0568520c1854f9a9e8a1c0fc68bf8417efcc38a1.tar.gz
apr_snprintf()'s %pI format string now takes apr_sockaddr_t *
instead of sockaddr_in *. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_lib.h')
-rw-r--r--include/apr_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apr_lib.h b/include/apr_lib.h
index 9b216fdc8..dc35ac028 100644
--- a/include/apr_lib.h
+++ b/include/apr_lib.h
@@ -157,7 +157,8 @@ APR_DECLARE(const char *) apr_filename_of_pathname(const char *pathname);
* The extensions are:
*
* %pA takes a struct in_addr *, and prints it as a.b.c.d
- * %pI takes a struct sockaddr_in * and prints it as a.b.c.d:port
+ * %pI takes an apr_sockaddr_t * and prints it as a.b.c.d:port or
+ * [ipv6-address]:port
* %pp takes a void * and outputs it in hex
*
* The %p hacks are to force gcc's printf warning code to skip