diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-02 17:52:32 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-02 17:52:32 +0200 |
commit | a34ddc5dd68c4530c91853507868684a9bc4b45e (patch) | |
tree | dc50334c6a8181047bf9ba0a012c3aac93719c3b /config.h | |
parent | 6dd916eaedfd23a93ba7aa2e2b39511e7e907dec (diff) |
Added a minimum word length config option, "wordlen_min".
Also did some minor cleanup of the word add code in process_file.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |