home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-A.06 / NETKIT-A / NetKit-A-0.06 / tcp_wrapper-6.3 / tli-sequent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-27  |  411 b   |  14 lines

  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));
  14.