From 31afd2aaaeb76a12e232eab0fb6a550b73948737 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Mon, 22 Jun 2020 10:50:15 +0200 Subject: Make struct cfg global and make the corresponding changes throughout --- igmp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'igmp.h') 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 -- cgit v1.2.3