8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / libbc / inc / include / arpa / inet.h
blob98108ba107854770c767acbfb9fabe456c372423
1 /*
2 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
5 * Copyright (c) 1983 Regents of the University of California.
6 * All rights reserved. The Berkeley software License Agreement
7 * specifies the terms and conditions for redistribution.
8 */
10 #pragma ident "%Z%%M% %I% %E% SMI"
13 * External definitions for
14 * functions in inet(3N)
17 #ifndef _arpa_inet_h
18 #define _arpa_inet_h
20 unsigned long inet_addr();
21 char *inet_ntoa();
23 * With the introduction of CIDR the following
24 * routines are now considered to be Obsolete
26 struct in_addr inet_makeaddr();
27 unsigned long inet_network();
29 #endif /* !_arpa_inet_h */