Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
93:580fc113d9e9
Parent:
83:08c983006a6e
Child:
126:62edacc9f14d
diff -r b4542163f08d -r 580fc113d9e9 tcp/tcb.h
--- a/tcp/tcb.h	Thu Nov 29 16:52:10 2018 +0000
+++ b/tcp/tcb.h	Sun Dec 02 18:40:35 2018 +0000
@@ -36,12 +36,10 @@
     bool     sentFin;
 };
 
-extern uint32_t    TcbElapsed;
 extern uint32_t    TcbGetIsn(void);
 extern struct tcb* TcbGetExisting(int ipType, int remArIndex, int locIpScope, uint16_t remPort, uint16_t locPort);
 extern struct tcb* TcbGetEmpty(void);
 extern struct tcb* TcbGetNext(struct tcb* pTcb);
-extern void        TcbMain(void);
 extern void        TcbInit(void);
 
 #endif
\ No newline at end of file