]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - src/include/lwip/tcp_impl.h
Added a config option to randomize initial local TCP/UDP ports (so that different...
[pes-rpp/rpp-lwip.git] / src / include / lwip / tcp_impl.h
index 14c92fbb4c8a3d9572f03538837664916f5e1251..3f83b1329d28f8cd5775db491512a46ba25df8a0 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
 /* Functions for interfacing with TCP: */
 
 /* Lower layer interface to TCP: */
-#define tcp_init() /* Compatibility define, no init needed. */
+void             tcp_init    (void);  /* Initialize this module. */
 void             tcp_tmr     (void);  /* Must be called every
                                          TCP_TMR_INTERVAL
                                          ms. (Typically 250 ms). */