Renamed tpl_drv_* to api_drv_* (a more fitting name)
[tpg/acess2.git] / Modules / IPStack / ipv6.h
index 7df0d0f..d2e4f28 100644 (file)
@@ -31,8 +31,12 @@ struct sIPv6Header
        Uint8   HopLimit;
        tIPv6   Source;
        tIPv6   Destination;
+       char    Data[];
 };
 
 #define IPV6_ETHERNET_ID       0x86DD
 
+extern int     IPv6_RegisterCallback(int ID, tIPCallback Callback);
+extern int     IPv6_SendPacket(tInterface *Iface, tIPv6 Destination, int Protocol, size_t Length, const void *Data);
+
 #endif

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