From 0568520c1854f9a9e8a1c0fc68bf8417efcc38a1 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 16 Dec 2000 02:06:47 +0000 Subject: 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 --- include/apr_lib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/apr_lib.h') 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 -- cgit v1.2.1