summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Src/Modules/zftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zftp.c b/Src/Modules/zftp.c
index 9bcc65fa2..023d7de18 100644
--- a/Src/Modules/zftp.c
+++ b/Src/Modules/zftp.c
@@ -220,7 +220,7 @@ getipnodebyname(char const *name, int af, int flags, int *errorp)
# ifndef HAVE_GETHOSTBYNAME2
/**/
-static struct hostent *
+struct hostent *
gethostbyname2(char const *name, int af)
{
if(af != AF_INET) {