mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
Add compatibility macro for tcp_new_ip6()
This commit is contained in:
parent
5358380c5f
commit
b5cd90a342
@ -399,6 +399,9 @@ err_t tcp_output (struct tcp_pcb *pcb);
|
|||||||
|
|
||||||
const char* tcp_debug_state_str(enum tcp_state s);
|
const char* tcp_debug_state_str(enum tcp_state s);
|
||||||
|
|
||||||
|
/* for compatibility with older implementation */
|
||||||
|
#define tcp_new_ip6() tcp_new_ip_type(IPADDR_TYPE_V6)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user