From 0a4125a7c136a09a5422ababa2263c2b05f44a76 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 3 Apr 2003 10:05:44 +0000 Subject: fprintf -> fputs, etc... --- vchat-config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vchat-config.h') diff --git a/vchat-config.h b/vchat-config.h index d7e7305..85db619 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -38,6 +38,7 @@ 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_USESSL, CO_INT, "usessl", (char *) 1, (char *)-1, (unsigned char **)&usessl }, {CF_USECERT, CO_INT, "usecert", (char *) 1, (char *)-1, NULL }, {CF_USETIME, CO_INT, "usetime", (char *) 1, (char *)-1, (unsigned char **)&usetime }, @@ -48,6 +49,7 @@ 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_NIL, CO_NIL, NULL, NULL, NULL, NULL }, }; -- cgit v1.2.3