diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/libc/netdb.h --- a/epoc32/include/libc/netdb.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/libc/netdb.h Wed Mar 31 12:33:34 2010 +0100 @@ -1,6 +1,7 @@ /* NETDB.H * - * Portions copyright (c) 1993-1999 Symbian Ltd. All rights reserved. + * Portions Copyright (c) 1993-1999 Nokia Corporation and/or its subsidiary(-ies). + * All rights reserved. */ /*- @@ -128,58 +129,6 @@ #define NO_DATA 4 /* Valid name, no data record of requested type */ #define NO_ADDRESS NO_DATA /* no address, look for MX record */ -#if 0 -/* not supported on EPOC32 */ -/** -@internalComponent -*/ -void sethostent (int); -/** -@internalComponent -*/ -struct hostent *gethostent (void); -/** -@internalComponent -*/ -void endhostent (void); -/** -@internalComponent -*/ -void setnetent (int); -/** -@internalComponent -*/ -struct netent *getnetent (void); -/** -@internalComponent -*/ -void endnetent (void); -/** -@internalComponent -*/ -void setprotoent (int); -/** -@internalComponent -*/ -struct protoent *getprotoent (void); -/** -@internalComponent -*/ -void endprotoent (void); -/** -@internalComponent -*/ -void setservent (int); -/** -@internalComponent -*/ -struct servent *getservent (void); -/** -@internalComponent -*/ -void endservent (void); -#endif - IMPORT_C struct hostent *gethostbyaddr (const char *, int, int); IMPORT_C struct hostent *gethostbyname (const char *); struct servent *getservbyname (const char *, const char *);