summaryrefslogtreecommitdiff
path: root/igmp.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-22 10:50:15 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-22 10:50:15 +0200
commit31afd2aaaeb76a12e232eab0fb6a550b73948737 (patch)
tree7125a54d09904eef6c558a682cff0a7976529fad /igmp.h
parent41dc97f5d0dbcfe4399656c9aabb597f6366ca23 (diff)
Make struct cfg global and make the corresponding changes throughout
Diffstat (limited to 'igmp.h')
-rw-r--r--igmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/igmp.h b/igmp.h
index df370c0..80875b0 100644
--- a/igmp.h
+++ b/igmp.h
@@ -1,10 +1,10 @@
#ifndef fooigmphfoo
#define fooigmphfoo
-void igmp_refdump(struct igmp *igmp);
+void igmp_refdump();
-void igmp_delete(struct cfg *cfg);
+void igmp_delete();
-void igmp_init(struct cfg *cfg);
+void igmp_init();
#endif