Kernel - Slight reworks to timer code
[tpg/acess2.git] / Modules / IPStack / ipv4.h
index 563965c..2c3e1ca 100644 (file)
@@ -46,7 +46,7 @@ struct sIPv4Header
 
 // === FUNCTIONS ===
 extern int     IPv4_RegisterCallback(int ID, tIPCallback Callback);
-extern Uint16  IPv4_Checksum(const Uint16 *Buf, int WordCount);
+extern Uint16  IPv4_Checksum(const void *Buf, size_t Length);
 extern int     IPv4_SendPacket(tInterface *Iface, tIPv4 Address, int Protocol, int ID, int Length, const void *Data);
 
 #endif

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