aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcp_wrappers/inetcf.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcp_wrappers/inetcf.c')
-rw-r--r--contrib/tcp_wrappers/inetcf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcp_wrappers/inetcf.c b/contrib/tcp_wrappers/inetcf.c
index 36a6b9e978d9..66b2b5089675 100644
--- a/contrib/tcp_wrappers/inetcf.c
+++ b/contrib/tcp_wrappers/inetcf.c
@@ -39,8 +39,9 @@ char *inet_files[] = {
0,
};
-static void inet_chk();
-static char *base_name();
+static void inet_chk(char *protocol, char *path, char *arg0, char *arg1);
+static char *base_name(char *path);
+extern char *percent_m(char *obuf, char *ibuf);
/*
* Structure with everything we know about a service.
@@ -69,7 +70,6 @@ char *conf;
char *arg0;
char *arg1;
struct tcpd_context saved_context;
- char *percent_m();
int i;
struct stat st;