New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / bsdsocket / gethostid.c
blob1a0bf88b629fe519be734b3442ebea9675239481
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #include "bsdsocket_intern.h"
11 /*****************************************************************************
13 NAME */
15 AROS_LH0(long, gethostid,
17 /* SYNOPSIS */
19 /* LOCATION */
20 struct Library *, SocketBase, 48, BSDSocket)
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 HISTORY
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
43 AROS_LIBBASE_EXT_DECL(struct Library *,SocketBase)
45 aros_print_not_implemented ("gethostid");
46 #warning TODO: Write BSDSocket/gethostid
48 return NULL;
50 AROS_LIBFUNC_EXIT
52 } /* gethostid */