Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / bsdsocket / inet_lnaof.c
blob1cef481eef55cd7db63ecf5c6f3686393ea48431
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_LH1(unsigned long, Inet_LnaOf,
17 /* SYNOPSIS */
18 AROS_LHA(unsigned long, in, D0),
20 /* LOCATION */
21 struct Library *, SocketBase, 31, BSDSocket)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
41 *****************************************************************************/
43 AROS_LIBFUNC_INIT
45 aros_print_not_implemented ("Inet_LnaOf");
46 #warning TODO: Write BSDSocket/Inet_LnaOf
48 return NULL;
50 AROS_LIBFUNC_EXIT
52 } /* Inet_LnaOf */