Changeset 1450


Ignore:
Timestamp:
Aug 9, 2004, 12:35:32 PM (21 years ago)
Author:
bird
Message:

Fixed getservbyname() declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/netdb.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1449 r1450  
    3434 *
    3535 *      from: @(#)netdb.h       5.15 (Berkeley) 4/3/91
    36  *      netdb.h,v 1.5 2003/12/08 05:38:56 bird Exp
     36 *      netdb.h,v 1.6 2004/08/09 10:35:32 bird Exp
    3737 */
    3838
     
    175175struct netent *     TCPCALL getnetbyname( __const__ char * );
    176176struct netent *     TCPCALL getnetbyaddr( unsigned long, int );
    177 struct servent *    TCPCALL getservbyname( __const__ char *, char * );
     177struct servent *    TCPCALL getservbyname( __const__ char *, __const__ char * );
    178178struct servent *    TCPCALL getservbyport( int, __const__ char * );
    179179struct servent *    TCPCALL getservent( void );
Note: See TracChangeset for help on using the changeset viewer.