Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
74:c3756bfa960e
Child:
80:4ef1500fca1d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcp/tcprecv.h	Mon Oct 29 09:33:44 2018 +0000
@@ -0,0 +1,2 @@
+
+extern int  TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx, int type, int remArIndex);