home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / ISP / bind.4.8.3.lzh / BIND483 / RES / inet.h < prev    next >
Text File  |  1994-02-01  |  208b  |  11 lines

  1.  
  2. /*    @(#)inet.h    6.1    (ULTRIX)    11/19/91    */
  3. /*
  4.  * External definitions for
  5.  * functions in inet(3N)
  6.  */
  7. unsigned long inet_addr();
  8. char    *inet_ntoa();
  9. struct    in_addr inet_makeaddr();
  10. unsigned long inet_network();
  11.