home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / Telnet 2.5.src.ThinkC / source / NCSA Driver / protinit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-28  |  118 b   |  10 lines  |  [TEXT/MPS ]

  1. extern int makeport
  2.   (
  3.     short connectionType        /* BYU 2.4.15 - was "void" */
  4.   );
  5.  
  6. extern int protinit
  7.   (
  8.     void
  9.   );
  10.