General fixes
[tpg/acess2.git] / Modules / IPStack / ipstack.h
index 071c62b..e6ded4b 100644 (file)
@@ -115,6 +115,7 @@ 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);
+extern const char      *IPStack_PrintAddress(int AddressType, void *Address);
 
 extern tRoute  *IPStack_FindRoute(int AddressType, tInterface *Interface, void *Address);
 

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