home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / NCSA / TEL2307S.ZIP / INCLUDE / NETUTILS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-30  |  387 b   |  19 lines

  1. /*
  2.     netutils.h
  3.     Networking utilities include file for use with NCSA 2.3
  4.  
  5.     By James Nau, College of Engineering,
  6.     University of Nebraska--Lincoln
  7. */
  8.  
  9. #ifndef NETUTILS_H
  10. #define NETUTILS_H
  11.  
  12. #define ALARM 128
  13.  
  14.  
  15. extern struct machinfo *gethostinfo(char *hostinfo);
  16. extern int connect_sock(struct machinfo *machine, int source_port,int dest_port);
  17.  
  18. #endif  /* NETUTILS_H */
  19.