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 --- announce.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'announce.h') diff --git a/announce.h b/announce.h index 6f805f1..c4bd8e3 100644 --- a/announce.h +++ b/announce.h @@ -1,14 +1,14 @@ #ifndef fooannouncehfoo #define fooannouncehfoo -void announce_refdump(struct announce *aev); +void announce_refdump(); -void announce_delete(struct cfg *cfg); +void announce_delete(); -void announce_stop(struct announce *aev); +void announce_stop(); -void announce_start(struct announce *aev); +void announce_start(); -void announce_init(struct cfg *cfg); +void announce_init(); #endif -- cgit v1.2.3