#ifndef _CONFIG_H_ #define _CONFIG_H_ int cfg_init(); void cfg_free(); struct ircstats_config_t { long int threads, monolog_min; }; extern struct ircstats_config_t ircstats_config; #endif