Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tcp/tcb.h
- 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