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 --- rcon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rcon.h') diff --git a/rcon.h b/rcon.h index 8b410e1..6604304 100644 --- a/rcon.h +++ b/rcon.h @@ -3,8 +3,8 @@ void rcon_refdump(struct rcon *rcon); -void rcon_delete(struct cfg *cfg, struct server *server); +void rcon_delete(struct server *server); -void rcon_init(struct cfg *cfg, struct server *server); +void rcon_init(struct server *server); #endif -- cgit v1.2.3