summaryrefslogtreecommitdiffstats
path: root/support/include/tcpwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/tcpwrapper.h')
-rw-r--r--support/include/tcpwrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/include/tcpwrapper.h b/support/include/tcpwrapper.h
index 930ec6a..f735106 100644
--- a/support/include/tcpwrapper.h
+++ b/support/include/tcpwrapper.h
@@ -6,6 +6,7 @@
#include <arpa/inet.h>
extern int from_local(const struct sockaddr *sap);
-extern int check_default(char *name, struct sockaddr_in *addr, u_long prog);
+extern int check_default(char *name, struct sockaddr *sap,
+ const unsigned long program);
#endif /* TCP_WRAPPER_H */