mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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…
x
Reference in New Issue
Block a user