summaryrefslogtreecommitdiff
path: root/tli-sequent.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 /tli-sequent.h
downloadtcp-wrappers-f8d9d05cfb1ea783457a14d3cf7fdf4d8fa450f2.tar.gz
Imported from /home/lorry/working-area/delta_tcp-wrappers/tcp_wrappers_7.6.tar.gz.HEADtcp_wrappers_7.6master
Diffstat (limited to 'tli-sequent.h')
-rw-r--r--tli-sequent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tli-sequent.h b/tli-sequent.h
new file mode 100644
index 0000000..4474d3c
--- /dev/null
+++ b/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));