From 3ff195398245d187f0477ef6c83bd5ed5eb50b03 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 15 Nov 2010 20:19:06 +0100 Subject: Added some ecpg stuff. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index ef2e3a4..7af3f8c 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ void cfg_free(); struct ircstats_config_t { int monolog_min, wordlen_min; - const char *log_date_format, *day_date_format; + const char *log_date_format, *day_date_format, *db_connection_string; }; extern struct ircstats_config_t ircstats_config; -- cgit v1.2.3