mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 21:35:48 +00:00
igmp.c: igmp_lookup_group() should be static
This commit is contained in:
parent
4d8fec3b67
commit
702091d548
@ -240,7 +240,7 @@ igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr)
|
|||||||
* @return a struct igmp_group*,
|
* @return a struct igmp_group*,
|
||||||
* NULL on memory error.
|
* NULL on memory error.
|
||||||
*/
|
*/
|
||||||
struct igmp_group *
|
static struct igmp_group *
|
||||||
igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr)
|
igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr)
|
||||||
{
|
{
|
||||||
struct igmp_group *group;
|
struct igmp_group *group;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user