Compile fixes, implemented Net_GetInterface
[tpg/acess2.git] / Modules / IPStack / ipstack.h
index 20f645c..885e048 100644 (file)
@@ -58,6 +58,8 @@ struct sInterface {
                         int    SubnetBits;
                }       IP4;
        };
+       
+       char    Name[];
 };
 
 /**
@@ -105,5 +107,6 @@ static const tMacAddr cMAC_BROADCAST = {{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}};
 
 extern int     IPStack_AddFile(tSocketFile *File);
 extern int     IPStack_GetAddressSize(int AddressType);
+extern int     IPStack_CompareAddress(int AddressType, void *Address1, void *Address2, int CheckBits);
 
 #endif

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