From 45af0d8c8603f037efe5f7bc1b1020b9cc42acdd Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 4 Jul 2020 12:20:53 +0200 Subject: Add debug option for minecctl and prettify the output of dump_config() a bit --- minecctl/minecctl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minecctl/minecctl.h') diff --git a/minecctl/minecctl.h b/minecctl/minecctl.h index 898a93f..5025cc4 100644 --- a/minecctl/minecctl.h +++ b/minecctl/minecctl.h @@ -12,4 +12,6 @@ struct cfg { struct list_head servers; }; +void dump_config(struct cfg *cfg); + #endif -- cgit v1.2.3