summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-06 16:20:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-06 16:20:20 +0200
commitf8b61244e3490003c1419447f5ec2232adc9a844 (patch)
tree8f2192cd0e0e5443c3aa5b71d892010917411cd0 /src/cli.h
parent4b77a582d891874e10c0c6b5fb1313c09409cbef (diff)
downloadbiruda-f8b61244e3490003c1419447f5ec2232adc9a844.tar.gz
biruda-f8b61244e3490003c1419447f5ec2232adc9a844.tar.bz2
CLI can take host and port parameter as arguments now
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 4086686..4c1d48f 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -5,6 +5,6 @@
#include <stdio.h>
-int start_interactive( bool colors, unsigned short port, FILE *in );
+int start_interactive( bool colors, const char *host, unsigned short port, FILE *in );
#endif