Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / bsdsocket / ioctlsocket.c
blob73194f201397dd6397f997e55c831d15c944a97e
1 /*
2 Copyright © 2000-2007, 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_LH3(int, IoctlSocket,
17 /* SYNOPSIS */
18 AROS_LHA(int, s, D0),
19 AROS_LHA(unsigned long, request, D1),
20 AROS_LHA(char *, argp, A0),
22 /* LOCATION */
23 struct Library *, SocketBase, 19, BSDSocket)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 HISTORY
43 *****************************************************************************/
45 AROS_LIBFUNC_INIT
47 aros_print_not_implemented ("IoctlSocket");
48 #warning TODO: Write BSDSocket/IoctlSocket
50 return NULL;
52 AROS_LIBFUNC_EXIT
54 } /* IoctlSocket */