summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cli.h b/src/cli.h
index 4c1d48f..e6ac44c 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -5,6 +5,12 @@
#include <stdio.h>
+#ifdef _WIN32
+
int start_interactive( bool colors, const char *host, unsigned short port, FILE *in );
#endif
+
+#endif
+
+void print_guessed_env( bool human_readable );