summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
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