Merge branch 'master' of git://ted.mutabah.net/acess2
[tpg/acess2.git] / KernelLand / Modules / IPStack / interface.h
index 60459a0..b6f7e58 100644 (file)
@@ -1,10 +1,16 @@
-
+/*
+ * Acess2 IP Stack
+ * - By John Hodge
+ *
+ * interface.h
+ * - Interface manipulation/access definitions
+ */
 #ifndef _IPSTACK__INTERFACE_H_
 #define _IPSTACK__INTERFACE_H_
 
 extern tInterface      gIP_LoopInterface;
 extern tVFS_NodeType   gIP_RootNodeType;
-extern tInterface      *IPStack_AddInterface(const char *Device, const char *Name);
+extern tInterface      *IPStack_AddInterface(const char *Device, int Type, const char *Name);
 
 #endif
 

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