From 3dc8d84af1753b41fe37b3b3954731379dc579aa Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Thu, 9 Jul 2020 22:58:22 +0200 Subject: Implement new command for minecctl --- minecctl/misc-commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minecctl/misc-commands.h') diff --git a/minecctl/misc-commands.h b/minecctl/misc-commands.h index 95d0ba0..d8f62ca 100644 --- a/minecctl/misc-commands.h +++ b/minecctl/misc-commands.h @@ -4,6 +4,8 @@ bool do_init(struct cfg *cfg); +bool do_new(struct cfg *cfg); + bool do_list(struct cfg *cfg); bool do_lint(struct cfg *cfg); -- cgit v1.2.3