home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / toaster.zip / Compat / inet.h < prev    next >
C/C++ Source or Header  |  1991-12-31  |  458b  |  21 lines

  1. /*    @(#)inet.h 1.8 88/08/19 SMI; from UCB 5.1 5/30/85    */
  2. /*
  3.  * Copyright (c) 1983 Regents of the University of California.
  4.  * All rights reserved.  The Berkeley software License Agreement
  5.  * specifies the terms and conditions for redistribution.
  6.  */
  7.  
  8. /*
  9.  * External definitions for
  10.  * functions in inet(3N)
  11.  */
  12.  
  13. #ifndef _arpa_inet_h
  14. #define _arpa_inet_h
  15.  
  16. unsigned long inet_addr();
  17. char    *inet_ntoa();
  18. struct    in_addr inet_makeaddr();
  19.  
  20. #endif /*!_arpa_inet_h*/
  21.