mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fix prototype.
This commit is contained in:
parent
10d42c6fa3
commit
86135d12b9
@ -110,7 +110,7 @@ extern const struct ip_addr ip_addr_broadcast;
|
||||
|
||||
#define ip_addr_isany(addr1) ((addr1) == NULL || (addr1)->addr == 0)
|
||||
|
||||
u8_t ip_addr_isbroadcast(ip_addr *addr1, struct netif *netif);
|
||||
u8_t ip_addr_isbroadcast(struct ip_addr *addr, struct netif *netif);
|
||||
|
||||
#if 0 /* replaced by function in ip_addr.c */
|
||||
#define ip_addr_isbroadcast(addr1, mask) (((((addr1)->addr) & ~((mask)->addr)) == \
|
||||
|
Loading…
Reference in New Issue
Block a user