summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-09 22:58:22 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-09 22:58:22 +0200
commit3dc8d84af1753b41fe37b3b3954731379dc579aa (patch)
treeb9f5ba58a13457c2a4323a6ca2dede014c066457 /minecctl/misc-commands.h
parent984f586e3ef70b9db759ce48da4f06f0a6680c6f (diff)
Implement new command for minecctl
Diffstat (limited to 'minecctl/misc-commands.h')
-rw-r--r--minecctl/misc-commands.h2
1 files changed, 2 insertions, 0 deletions
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);