summaryrefslogtreecommitdiff
path: root/minecctl/misc.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-26 03:23:41 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-26 03:23:41 +0200
commit06a2edfc72a894054ed710d338504242f15d6071 (patch)
tree00ab94400cab0a5d46dbd68648539003732eb19e /minecctl/misc.h
parentc9575bb333c036e5470d0ff872169cdb4626e023 (diff)
Make the server handling in minecctl saner
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