Resync patch with contrib.
[dragonfly.git] / contrib / tcp_wrappers / tli-sequent.h
blob4474d3cdb6fad1fbfe4aee82f77bf01dde7e4127
1 #ifdef __STDC__
2 #define __P(X) X
3 #else
4 #define __P(X) ()
5 #endif
7 extern int t_sync __P((int));
8 extern char *t_alloc __P((int, int, int));
9 extern int t_free __P((char *, int));
10 extern int t_rcvudata __P((int, struct t_unitdata *, int *));
11 extern int getpeerinaddr __P((int, struct sockaddr_in *, int));
12 extern int getmyinaddr __P((int, struct sockaddr_in *, int));
13 extern struct _ti_user *_t_checkfd __P((int));