summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2015-05-25 17:55:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2015-05-25 17:55:41 +0200
commit66079abd1083a00f165b8fc62eec885f872b903c (patch)
tree59ea7cba7e00a5c8e793a8e870961b922a900ea8 /src/cli.h
parent1c0c08414529cc10c45cd34a1a5188970c98a892 (diff)
downloadbiruda-66079abd1083a00f165b8fc62eec885f872b903c.tar.gz
biruda-66079abd1083a00f165b8fc62eec885f872b903c.tar.bz2
various fixes on Windows
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 );