summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-09 14:44:45 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-09 14:44:45 +0200
commit9a79a9dfc1a9e0443915813cbfc5db38e151dbd3 (patch)
tree054063ddf372fcd11dead3c30d03f267505e4c7a /src/cli.h
parentbcd0e950a774338237f666894e625201973bee34 (diff)
downloadbiruda-9a79a9dfc1a9e0443915813cbfc5db38e151dbd3.tar.gz
biruda-9a79a9dfc1a9e0443915813cbfc5db38e151dbd3.tar.bz2
small fixes
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.h b/src/cli.h
index e6ac44c..2907b6a 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -5,7 +5,7 @@
#include <stdio.h>
-#ifdef _WIN32
+#ifndef _WIN32
int start_interactive( bool colors, const char *host, unsigned short port, FILE *in );