Merge from vendor branch AWK:
[dragonfly.git] / contrib / tcp_wrappers / tli-sequent.h
1 #ifdef __STDC__
2 #define __P(X) X
3 #else
4 #define __P(X) ()
5 #endif
6
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));