From 57689e698230030803c872072a03329fdd4fecc6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 26 Jan 2006 18:40:30 +0000 Subject: unsigned char tidy up, query mode --- vchat-config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index 008a940..ce9c72d 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -23,8 +23,8 @@ #endif /* configuration array with structure as defined in vchat.h */ -extern int usessl; -extern int usetime; +extern unsigned int usessl; +extern unsigned int usetime; extern unsigned int hscroll; static volatile configoption configoptions[] = { @@ -38,7 +38,6 @@ static volatile configoption configoptions[] = { {CF_CERTFILE, CO_STR, "certfile", "~/.vchat/cert", NULL, { NULL } }, {CF_KEYFILE, CO_STR, "keyfile", "~/.vchat/key", NULL, { NULL } }, {CF_FORMFILE, CO_STR, "formatfile", "~/.vchat/formats", NULL, { NULL } }, - {CF_LOGFILE, CO_STR, "logfile", "~/.vchat/log", NULL, { NULL } }, {CF_ENCODING, CO_STR, "encoding", NULL, NULL, { .pstr = &encoding }}, {CF_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, { .pint = &usessl } }, {CF_USECERT, CO_INT, "usecert", (char *) 1, (char *)-1, { NULL } }, @@ -51,7 +50,6 @@ static volatile configoption configoptions[] = { {CF_SCROLLBACK, CO_INT, "scrollback", (char *) 8192, (char *)-1, { NULL } }, {CF_SCROLLBPRIVT,CO_INT, "privscrollt",(char *) 0, (char *)-1, { NULL } }, {CF_SCROLLBACKT, CO_INT, "scrolltime", (char *) 86400, (char *)-1, { NULL } }, - {CF_KEEPLOG, CO_INT, "keeplog", (char *) 0, (char *)-1, { NULL } }, {CF_BELLPRIV, CO_INT, "bellonpm", (char *) 0, (char *)-1, { NULL } }, {CF_NIL, CO_NIL, NULL, NULL, NULL, { NULL } }, }; -- cgit v1.2.3