epoc32/include/libc/netinet/ip.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /* IP.H
     1 /* IP.H
     2  * 
     2  * 
     3  * Portions copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
     3  * Portions Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
       
     4  * All rights reserved.
     4  */
     5  */
     5 
     6 
     6 /** @file
     7 /** @file
     7 @publishedAll
     8 @publishedAll
     8 @released
     9 @released
    25  * Per RFC 791, September 1981.
    26  * Per RFC 791, September 1981.
    26  */
    27  */
    27 
    28 
    28 #ifndef	_NETINET_IP_H
    29 #ifndef	_NETINET_IP_H
    29 #define	_NETINET_IP_H
    30 #define	_NETINET_IP_H
    30 
       
    31 #include <libc\netinet\net_types.h>
       
    32 #include <libc\netinet\in.h>
       
    33 
    31 
    34 #ifdef	__cplusplus
    32 #ifdef	__cplusplus
    35 extern "C" {
    33 extern "C" {
    36 #endif
    34 #endif
    37 
    35