From a34ddc5dd68c4530c91853507868684a9bc4b45e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 2 Jun 2010 17:52:32 +0200 Subject: Added a minimum word length config option, "wordlen_min". Also did some minor cleanup of the word add code in process_file. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3b42ee8..775d7eb 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ int cfg_init(); void cfg_free(); struct ircstats_config_t { - long int threads, monolog_min; + long int threads, monolog_min, wordlen_min; }; extern struct ircstats_config_t ircstats_config; -- cgit v1.2.3