summaryrefslogtreecommitdiff
path: root/libexec/tcpd/tcpdchk/scaffold.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-26 06:17:11 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-26 06:17:11 +0000
commit6dc77368c66d81e37ab0b802e177c259debe3e18 (patch)
treec85e9b2759b1f3d994bd233dd3052ffe1111b4e4 /libexec/tcpd/tcpdchk/scaffold.h
parent2274dc3b00560522f77effdb1a6a608068f06a43 (diff)
Initial integration of userland tcpd.
Diffstat (limited to 'libexec/tcpd/tcpdchk/scaffold.h')
-rw-r--r--libexec/tcpd/tcpdchk/scaffold.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libexec/tcpd/tcpdchk/scaffold.h b/libexec/tcpd/tcpdchk/scaffold.h
new file mode 100644
index 00000000000..ca845c11e44
--- /dev/null
+++ b/libexec/tcpd/tcpdchk/scaffold.h
@@ -0,0 +1,15 @@
+/* $OpenBSD: scaffold.h,v 1.1 1997/02/26 06:17:08 downsj Exp $ */
+
+ /*
+ * @(#) scaffold.h 1.3 94/12/31 18:19:19
+ *
+ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
+ */
+
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+extern struct hostent *find_inet_addr __P((char *));
+extern int check_dns __P((char *));
+extern int check_path __P((char *, struct stat *));
+__END_DECLS