mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
Corrected function definition of ip_current_* (void was missing)
This commit is contained in:
parent
ff97c8a1a9
commit
bcdffce6ce
@ -170,8 +170,8 @@ err_t ip_output_if_opt(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest
|
|||||||
u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
|
u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
|
||||||
u16_t optlen);
|
u16_t optlen);
|
||||||
#endif /* IP_OPTIONS_SEND */
|
#endif /* IP_OPTIONS_SEND */
|
||||||
struct netif *ip_current_netif();
|
struct netif *ip_current_netif(void);
|
||||||
const struct ip_hdr *ip_current_header();
|
const struct ip_hdr *ip_current_header(void);
|
||||||
#if IP_DEBUG
|
#if IP_DEBUG
|
||||||
void ip_debug_print(struct pbuf *p);
|
void ip_debug_print(struct pbuf *p);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user