summaryrefslogtreecommitdiff
path: root/inetcf.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>1997-04-08 00:29:19 +0000
committer <>2013-02-25 15:20:59 +0000
commitf8d9d05cfb1ea783457a14d3cf7fdf4d8fa450f2 (patch)
tree058251f5aa8af2365812daa56d936e91720a6027 /inetcf.h
downloadtcp-wrappers-master.tar.gz
Imported from /home/lorry/working-area/delta_tcp-wrappers/tcp_wrappers_7.6.tar.gz.HEADtcp_wrappers_7.6master
Diffstat (limited to 'inetcf.h')
-rw-r--r--inetcf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/inetcf.h b/inetcf.h
new file mode 100644
index 0000000..0f1d77c
--- /dev/null
+++ b/inetcf.h
@@ -0,0 +1,14 @@
+ /*
+ * @(#) inetcf.h 1.1 94/12/28 17:42:30
+ *
+ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
+ */
+
+extern char *inet_cfg(); /* read inetd.conf file */
+extern void inet_set(); /* remember internet service */
+extern int inet_get(); /* look up internet service */
+
+#define WR_UNKNOWN (-1) /* service unknown */
+#define WR_NOT 1 /* may not be wrapped */
+#define WR_MAYBE 2 /* may be wrapped */
+#define WR_YES 3 /* service is wrapped */