revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-mingw32 / bsdsocket / gethostid.c
blob07985e56d8783a05ec8fd51697e92482b7586cac
1 /*
2 Copyright © 1995-2010, 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
44 aros_print_not_implemented ("gethostid");
45 #warning TODO: Write BSDSocket/gethostid
47 return 0;
49 AROS_LIBFUNC_EXIT
51 } /* gethostid */