summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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;