home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilss / sockets / include / arpa / h / inet < prev    next >
Encoding:
Text File  |  1995-01-11  |  796 b   |  33 lines

  1. /*
  2.  * $Header: /ax/networking:include/arpa/inet.h:networking  1.1  $
  3.  * $Source: /ax/networking:include/arpa/inet.h: $
  4.  *
  5.  * Copyright (c) 1988 Acorn Computers Ltd., Cambridge, England
  6.  *
  7.  * $Log:    inet.h,v $
  8.  * Revision 1.1  95/01/11  10:14:19  kwelton
  9.  * Initial revision
  10.  * 
  11.  * Revision 1.3  88/06/19  15:20:03  beta
  12.  * Acorn Unix initial beta version
  13.  * 
  14.  */
  15. /*
  16.  * Copyright (c) 1983 Regents of the University of California.
  17.  * All rights reserved.  The Berkeley software License Agreement
  18.  * specifies the terms and conditions for redistribution.
  19.  *
  20.  *      @(#)inet.h      5.1 (Berkeley) 5/30/85
  21.  */
  22.  
  23. /*
  24.  * External definitions for
  25.  * functions in inet(3N)
  26.  */
  27. unsigned long inet_addr();
  28. char    *inet_ntoa();
  29. struct  in_addr inet_makeaddr();
  30. unsigned long inet_network();
  31.  
  32. /* EOF inet.h */
  33.