From 91e5543757dad266f041f46d11bf973966368a30 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 5 Jun 2010 23:59:38 +0200 Subject: Mostly-working implementation of time tracking for users. Needs some more testing. --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index c62dfa5..163be18 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,7 @@ void cfg_free(); struct ircstats_config_t { int threads, monolog_min, wordlen_min; + const char *log_date_format, *day_date_format; }; extern struct ircstats_config_t ircstats_config; -- cgit v1.2.3