Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
74:c3756bfa960e
Parent:
73:43e3d7fb3d60
Child:
88:1ba13e6062a3
--- a/tcp/tcp.h	Tue Oct 23 06:46:50 2018 +0000
+++ b/tcp/tcp.h	Mon Oct 29 09:33:44 2018 +0000
@@ -1,7 +1,4 @@
-#include <stdint.h>
 #include <stdbool.h>
 
 extern bool TcpTrace;
-
-extern int  TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx, int type, void* pCachedRemIp);
-extern int  TcpPollForPacketToSend(int* pSize, void* pPacket, int type, void* pCachedRemIp);
+extern bool TcpDoTrace;
\ No newline at end of file