summaryrefslogtreecommitdiffstats
path: root/contrib/tcp_wrappers/tli-sequent.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-03-14 17:13:19 +0000
committermarkm <markm@FreeBSD.org>1999-03-14 17:13:19 +0000
commit06c148304a969b7ab848c2ae00bc474c2f6b87b6 (patch)
tree5c4b2dfe1ca36eeb731956db3380eef1053a2d03 /contrib/tcp_wrappers/tli-sequent.h
downloadFreeBSD-src-06c148304a969b7ab848c2ae00bc474c2f6b87b6.zip
FreeBSD-src-06c148304a969b7ab848c2ae00bc474c2f6b87b6.tar.gz
Clean import of TCP-wrappers by Wietse Venema.
Rest of build to follow.
Diffstat (limited to 'contrib/tcp_wrappers/tli-sequent.h')
-rw-r--r--contrib/tcp_wrappers/tli-sequent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/tcp_wrappers/tli-sequent.h b/contrib/tcp_wrappers/tli-sequent.h
new file mode 100644
index 0000000..4474d3c
--- /dev/null
+++ b/contrib/tcp_wrappers/tli-sequent.h
@@ -0,0 +1,13 @@
+#ifdef __STDC__
+#define __P(X) X
+#else
+#define __P(X) ()
+#endif
+
+extern int t_sync __P((int));
+extern char *t_alloc __P((int, int, int));
+extern int t_free __P((char *, int));
+extern int t_rcvudata __P((int, struct t_unitdata *, int *));
+extern int getpeerinaddr __P((int, struct sockaddr_in *, int));
+extern int getmyinaddr __P((int, struct sockaddr_in *, int));
+extern struct _ti_user *_t_checkfd __P((int));
OpenPOWER on IntegriCloud