From 00eb52cc85ed99e3ca32acfcb998b71720c34f40 Mon Sep 17 00:00:00 2001 From: Stefan Sommerfeld Date: Thu, 21 Oct 2010 10:42:19 +0200 Subject: [PATCH] fixed wrong declaration of inet_ntop4 --- upnp/src/inc/inet_pton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnp/src/inc/inet_pton.h b/upnp/src/inc/inet_pton.h index 38f884e..bf25365 100644 --- a/upnp/src/inc/inet_pton.h +++ b/upnp/src/inc/inet_pton.h @@ -40,7 +40,7 @@ * \li (2) takes a u_char* not an in_addr as input * */ -extern const char *inet_ntop4(const u_char src, char *dst, socklen_t size); +extern const char *inet_ntop4(const u_char *src, char *dst, socklen_t size); /*!