File: tli-sequent.h

package info (click to toggle)
tcp-wrappers 7.6.q-36
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: ansic: 21,018; makefile: 2,787; sh: 92
file content (13 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
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));