Merge branch 'master' of git://git.ucc.asn.au/acess2
[tpg/acess2.git] / Modules / IPStack / ipv4.h
index b092bec..e8c2bc3 100644 (file)
@@ -46,5 +46,7 @@ struct sIPv4Header
 
 // === FUNCTIONS ===
 extern int     IPv4_RegisterCallback(int ID, tIPCallback Callback);
+extern Uint16  IPv4_Checksum(void *Buf, int Size);
+extern int     IPv4_SendPacket(tInterface *Iface, tIPv4 Address, int Protocol, int ID, int Length, void *Data);
 
 #endif

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