summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorform <form@openbsd.org>1999-07-21 18:27:41 +0000
committerform <form@openbsd.org>1999-07-21 18:27:41 +0000
commit2490ed2bbffb539d9f70cff90459faca8cfc34c3 (patch)
treea9ffddc5cfdb1e05274929db9629d456a8bf0f25 /lib
parentmake it compile without midi. (diff)
downloadwireguard-openbsd-2490ed2bbffb539d9f70cff90459faca8cfc34c3.tar.xz
wireguard-openbsd-2490ed2bbffb539d9f70cff90459faca8cfc34c3.zip
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 *));