]> git.itanic.dy.fi Git - rrdd/blob - config.h
onewire_parser.c: Fix compiler warnings about string lengths
[rrdd] / config.h
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
3
4 #include <libconfig.h>
5
6 #include "rrdtool.h"
7
8 struct rrd_database **populate_database(const char *conffile);
9 int write_database(const char *conffile, struct rrd_database **rrd_db);
10
11 #endif