summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-26 23:20:43 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-26 23:20:43 +0200
commita87e894ba3f3a8915389f651fb034f0d1835630c (patch)
tree70ca77275f6c79dc869c3bd1808d35e2239c0ced /minecctl/misc-commands.h
parent957634c7c434b6c8d696ca8f4098e96a201fdfb0 (diff)
Split misc commands into a separate file
Diffstat (limited to 'minecctl/misc-commands.h')
-rw-r--r--minecctl/misc-commands.h7
1 files changed, 7 insertions, 0 deletions
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
+