diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-10-11 18:54:37 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-10-11 18:54:37 +0000 |
commit | eb4e1f805953fa9321c10ff73eb0fb2e2a8c184e (patch) | |
tree | ba45e05a488bbddcc9e33b88c7ef498afb152edf /contrib/tcp_wrappers | |
parent | b1f8be4004a6ef2b2011b3d8f71a06b6a49773f7 (diff) | |
download | src-test2-eb4e1f805953fa9321c10ff73eb0fb2e2a8c184e.tar.gz src-test2-eb4e1f805953fa9321c10ff73eb0fb2e2a8c184e.zip |
Notes
Diffstat (limited to 'contrib/tcp_wrappers')
-rw-r--r-- | contrib/tcp_wrappers/tcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tcp_wrappers/tcpd.h b/contrib/tcp_wrappers/tcpd.h index 07eaff824b00..af17c076ca3a 100644 --- a/contrib/tcp_wrappers/tcpd.h +++ b/contrib/tcp_wrappers/tcpd.h @@ -73,6 +73,7 @@ extern void fromhost(); /* get/validate client host info */ #endif extern int hosts_access(); /* access control */ +extern int hosts_ctl(); /* wrapper around request_init() */ extern void shell_cmd(); /* execute shell command */ extern char *percent_x(); /* do %<char> expansion */ extern void rfc931(); /* client name from RFC 931 daemon */ |