2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #include "bsdsocket_intern.h"
11 /*****************************************************************************
15 AROS_LH2(int, gethostname
,
18 AROS_LHA(char *, name
, A0
),
19 AROS_LHA(int, namelen
, D0
),
22 struct Library
*, SocketBase
, 47, BSDSocket
)
42 *****************************************************************************/
45 AROS_LIBBASE_EXT_DECL(struct Library
*,SocketBase
)
47 aros_print_not_implemented ("gethostname");
48 #warning TODO: Write BSDSocket/gethostname