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, 1 insertions, 5 deletions
diff --git a/src/cli.h b/src/cli.h
index 2907b6a..c94973e 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -5,12 +5,8 @@
#include <stdio.h>
-#ifndef _WIN32
-
int start_interactive( bool colors, const char *host, unsigned short port, FILE *in );
-#endif
+void print_guessed_env( bool human_readable );
#endif
-
-void print_guessed_env( bool human_readable );