Fixed possible buffer overflows. Moved config_init past checking if config file exists.
[vlp.git] / src / global / AppConfiguration.h
1 #include <libconfig.h>
2
3 /**
4  * Class for maintaining application configuration.
5  */
6 class AppConfiguration {
7 protected:
8 public:
9     static void error(config_t *cfg);
10 };