summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index 51e33d5..ce0260c 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -24,6 +24,7 @@
24#include <termios.h> 24#include <termios.h>
25#include <sys/ioctl.h> 25#include <sys/ioctl.h>
26#include <time.h> 26#include <time.h>
27#include <string.h>
27#include <readline/readline.h> 28#include <readline/readline.h>
28#include <readline/history.h> 29#include <readline/history.h>
29#include <openssl/pem.h> 30#include <openssl/pem.h>
@@ -35,7 +36,7 @@ char *vchat_ui_version = "$Id$";
35 36
36/* externally used variables */ 37/* externally used variables */
37/* current string in topic window */ 38/* current string in topic window */
38char topicstr[TOPICSTRSIZE] = "[] VChat 0.16"; 39char topicstr[TOPICSTRSIZE] = "[] VChat 0.17";
39/* current string in console window */ 40/* current string in console window */
40char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; 41char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands";
41 42