#ifndef _CONFIG_H_ #define _CONFIG_H_ #include #include "rrdtool.h" struct rrd_database **populate_database(const char *conffile); int write_database(const char *conffile, struct rrd_database **rrd_db); #endif