Prototype of igmp_tick() in igmp.h did not match the one in igmp.c

This commit is contained in:
goldsimon 2007-05-04 16:30:37 +00:00
parent 7f232b43ff
commit 615e52d396

View File

@ -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);