2 Copyright © 2000-2010, The AROS Development Team. All rights reserved.
9 #include <sys/socket.h>
11 #include "bsdsocket_intern.h"
13 /*****************************************************************************
17 AROS_LH3(int, sendmsg
,
21 AROS_LHA(const struct msghdr
*, msg
, A0
),
22 AROS_LHA(int, flags
, D1
),
25 struct Library
*, SocketBase
, 45, BSDSocket
)
45 *****************************************************************************/
49 aros_print_not_implemented ("sendmsg");
50 #warning TODO: Write BSDSocket/sendmsg