Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules / IPStack / interface.h
1 /*
2  * Acess2 IP Stack
3  * - By John Hodge
4  *
5  * interface.h
6  * - Interface manipulation/access definitions
7  */
8 #ifndef _IPSTACK__INTERFACE_H_
9 #define _IPSTACK__INTERFACE_H_
10
11 extern tInterface       gIP_LoopInterface;
12 extern tVFS_NodeType    gIP_RootNodeType;
13 extern tInterface       *IPStack_AddInterface(const char *Device, int Type, const char *Name);
14
15 #endif
16

UCC git Repository :: git.ucc.asn.au