home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / TEL23SRC.ZIP / INCLUDE / NETUTILS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-28  |  347 b   |  17 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. #define ALARM 128
  10.  
  11.  
  12. extern struct machinfo *gethostinfo(char *hostinfo);
  13.  
  14. extern int connect_sock(struct machinfo *machine, int source_port,
  15.                         int dest_port);
  16.  
  17.