New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / bsdsocket / getdtablesize.c
blobf39e27ad3393155b8e37c02bdba3dfa45e55ce29
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(int, getdtablesize,
17 /* SYNOPSIS */
19 /* LOCATION */
20 struct Library *, SocketBase, 23, 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 ("getdtablesize");
46 #warning TODO: Write BSDSocket/getdtablesize
48 return NULL;
50 AROS_LIBFUNC_EXIT
52 } /* getdtablesize */