From a87e894ba3f3a8915389f651fb034f0d1835630c Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 26 Jun 2020 23:20:43 +0200 Subject: Split misc commands into a separate file --- minecctl/misc-commands.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 minecctl/misc-commands.h (limited to 'minecctl/misc-commands.h') diff --git a/minecctl/misc-commands.h b/minecctl/misc-commands.h new file mode 100644 index 0000000..e0dc675 --- /dev/null +++ b/minecctl/misc-commands.h @@ -0,0 +1,7 @@ +#ifndef foomisccommandshfoo +#define foomisccommandshfoo + +bool do_list(struct cfg *cfg); + +#endif + -- cgit v1.2.3