From ac2754e0eb9862081e00e5ae886783db08541944 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 00:00:01 +0200 Subject: Add working igmp implementation --- igmp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 igmp.h (limited to 'igmp.h') diff --git a/igmp.h b/igmp.h new file mode 100644 index 0000000..df370c0 --- /dev/null +++ b/igmp.h @@ -0,0 +1,10 @@ +#ifndef fooigmphfoo +#define fooigmphfoo + +void igmp_refdump(struct igmp *igmp); + +void igmp_delete(struct cfg *cfg); + +void igmp_init(struct cfg *cfg); + +#endif -- cgit v1.2.3