mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Prototype of igmp_tick() in igmp.h did not match the one in igmp.c
This commit is contained in:
parent
7f232b43ff
commit
615e52d396
@ -131,7 +131,7 @@ err_t igmp_joingroup( struct netif* ifp, struct ip_addr *groupaddr);
|
||||
|
||||
err_t igmp_leavegroup( struct netif* ifp, struct ip_addr *groupaddr);
|
||||
|
||||
void igmp_tick();
|
||||
void igmp_tick(void *arg);
|
||||
|
||||
void igmp_timeout( struct igmp_group *group);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user