summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOleg Safiullin <form@cvs.openbsd.org>1999-07-21 18:27:42 +0000
committerOleg Safiullin <form@cvs.openbsd.org>1999-07-21 18:27:42 +0000
commit9588057040750930fc297e3da36cb3df0b217e36 (patch)
treeff42337dfce07b2366ad4c1ffbbcae6334502810 /lib
parent381176f6a197c6b2d76921c4410187f73cd13d78 (diff)
Add missing hosts_ctl() prototype.
Diffstat (limited to 'lib')
-rw-r--r--lib/libwrap/tcpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libwrap/tcpd.h b/lib/libwrap/tcpd.h
index cbb7cf85660..3a12a3c92c2 100644
--- a/lib/libwrap/tcpd.h
+++ b/lib/libwrap/tcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpd.h,v 1.6 1999/06/06 15:34:45 deraadt Exp $ */
+/* $OpenBSD: tcpd.h,v 1.7 1999/07/21 18:27:41 form Exp $ */
/*
* Copyright (c) 1997, Jason Downs. All rights reserved.
@@ -104,6 +104,7 @@ __END_DECLS
__BEGIN_DECLS
extern int hosts_access __P((struct request_info *));
+extern int hosts_ctl __P((char *, char *, char *, char *));
extern void shell_cmd __P((char *));
extern char *percent_m __P((char *, char *));
extern char *percent_x __P((char *, int, char *, struct request_info *));