Cleanups & Implementations to allow IPStack to compile
[tpg/acess2.git] / Modules / IPStack / icmp.c
index bd9c05f..4eb4fa4 100644 (file)
@@ -27,6 +27,6 @@ void ICMP_Initialise()
  */
 void ICMP_GetPacket(tInterface *Interface, void *Address, int Length, void *Buffer)
 {
-       tICMPHeader     *hdr = Buffer;
+       //tICMPHeader   *hdr = Buffer;
        
 }

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