source: trunk/third/tcp_wrappers/tli-sequent.h @ 11717

Revision 11717, 411 bytes checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r11716, which included commits to RCS files with non-trunk default branches.
Line 
1#ifdef __STDC__
2#define __P(X) X
3#else
4#define __P(X) ()
5#endif
6
7extern int t_sync __P((int));
8extern char *t_alloc __P((int, int, int));
9extern int t_free __P((char *, int));
10extern int t_rcvudata __P((int, struct t_unitdata *, int *));
11extern int getpeerinaddr __P((int, struct sockaddr_in *, int));
12extern int getmyinaddr __P((int, struct sockaddr_in *, int));
13extern struct _ti_user *_t_checkfd __P((int));
Note: See TracBrowser for help on using the repository browser.