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, 1 insertions, 2 deletions
diff --git a/support/include/tcpwrapper.h b/support/include/tcpwrapper.h
index 941394e..930ec6a 100644
--- a/support/include/tcpwrapper.h
+++ b/support/include/tcpwrapper.h
@@ -5,8 +5,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-extern int good_client(char *daemon, struct sockaddr_in *addr);
extern int from_local(const struct sockaddr *sap);
-extern int check_default(char *daemon, struct sockaddr_in *addr, u_long prog);
+extern int check_default(char *name, struct sockaddr_in *addr, u_long prog);
#endif /* TCP_WRAPPER_H */