From 3c11bea99886b006ca499e1be6a3a17d225cedc7 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 27 Jun 2007 21:59:32 +0000 Subject: Introducing new ssl code --- vchat-ui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vchat-ui.c') 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 @@ #include #include #include +#include #include #include #include @@ -35,7 +36,7 @@ char *vchat_ui_version = "$Id$"; /* externally used variables */ /* current string in topic window */ -char topicstr[TOPICSTRSIZE] = "[] VChat 0.16"; +char topicstr[TOPICSTRSIZE] = "[] VChat 0.17"; /* current string in console window */ char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; -- cgit v1.2.3