diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2022-01-11 12:05:49 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2022-01-11 12:05:49 +0100 |
commit | fda4a6a8635254361196b0497803b7d01514203e (patch) | |
tree | 884dc2eb17cc521adade50e6368591958a39fff0 /tool | |
parent | 3ce62696a97c7fbed49079f8909f46f7c567ff5a (diff) | |
parent | 6e919c028d200a9a8da0c338261a1a736ed2a88d (diff) |
Merge branch 'release/debian/0.9.6+dfsg-1'debian/0.9.6+dfsg-1
Diffstat (limited to 'tool')
-rw-r--r-- | tool/uriparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/uriparse.c b/tool/uriparse.c index 421f99a..027f2d2 100644 --- a/tool/uriparse.c +++ b/tool/uriparse.c @@ -44,7 +44,7 @@ # include <winsock2.h> # include <ws2tcpip.h> # ifdef __MINGW32__ -WINSOCK_API_LINKAGE const char WSAAPI inet_ntop( +WINSOCK_API_LINKAGE const char * WSAAPI inet_ntop( int af, const void *src, char *dst, socklen_t size); # endif #else |