summaryrefslogtreecommitdiff
path: root/igmp.h
blob: df370c023ac45fb267f5ef14ecf87566699bd88f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef fooigmphfoo
#define fooigmphfoo

void igmp_refdump(struct igmp *igmp);

void igmp_delete(struct cfg *cfg);

void igmp_init(struct cfg *cfg);

#endif