summaryrefslogtreecommitdiff
path: root/minecctl/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/misc.h')
-rw-r--r--minecctl/misc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/minecctl/misc.h b/minecctl/misc.h
new file mode 100644
index 0000000..ca36dab
--- /dev/null
+++ b/minecctl/misc.h
@@ -0,0 +1,14 @@
+#ifndef foomischfoo
+#define foomischfoo
+
+extern bool use_colors;
+
+void set_use_colors();
+
+char *strv_join(char * const *strv);
+
+int connect_any(struct list_head *addrs, bool may_fail);
+
+char *ask_password();
+
+#endif