mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 05:24:37 +08:00
igmp.c: igmp_lookup_group() should be static
(cherry picked from commit 702091d548ca75aaea7e3e9f4433c6505260302b)
This commit is contained in:
parent
01c2e43c5c
commit
5ef8a3cb60
@ -240,7 +240,7 @@ igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr)
|
||||
* @return a struct igmp_group*,
|
||||
* NULL on memory error.
|
||||
*/
|
||||
struct igmp_group *
|
||||
static struct igmp_group *
|
||||
igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr)
|
||||
{
|
||||
struct igmp_group *group;
|
||||
|
Loading…
x
Reference in New Issue
Block a user