summaryrefslogtreecommitdiff
path: root/igmp.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 00:00:01 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 00:00:01 +0200
commitac2754e0eb9862081e00e5ae886783db08541944 (patch)
treec193a9cb77751d63af3db214d4ffb740daa317ef /igmp.h
parent4492ad9328e59edc4c8d3db8cd881941b7903741 (diff)
Add working igmp implementation
Diffstat (limited to 'igmp.h')
-rw-r--r--igmp.h10
1 files changed, 10 insertions, 0 deletions
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