diff options
Diffstat (limited to 'usr/src/cmd/tcpd/tli-sequent.h')
-rw-r--r-- | usr/src/cmd/tcpd/tli-sequent.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/cmd/tcpd/tli-sequent.h b/usr/src/cmd/tcpd/tli-sequent.h deleted file mode 100644 index 4474d3cdb6..0000000000 --- a/usr/src/cmd/tcpd/tli-sequent.h +++ /dev/null @@ -1,13 +0,0 @@ -#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)); |