Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / bsdsocket / obtainsocket.c
blob41e0c9946ea93376a93587d367a6704ea60b0c65
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_LH4(LONG, ObtainSocket,
17 /* SYNOPSIS */
18 AROS_LHA(LONG, id, D0),
19 AROS_LHA(LONG, domain, D1),
20 AROS_LHA(LONG, type, D2),
21 AROS_LHA(LONG, protocol, D3),
23 /* LOCATION */
24 struct Library *, SocketBase, 24, BSDSocket)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
48 aros_print_not_implemented ("ObtainSocket");
49 #warning TODO: Write BSDSocket/ObtainSocket
51 return NULL;
53 AROS_LIBFUNC_EXIT
55 } /* ObtainSocket */