oconfig.c: Fix compiler warning.
[collection4.git] / graph_config.h
1 #ifndef GRAPH_CONFIG_H
2 #define GRAPH_CONFIG_H 1
3
4 #include "oconfig.h"
5
6 int graph_read_config (void);
7
8 int graph_config_get_string (const oconfig_item_t *ci, char **ret_str);
9 int graph_config_get_bool (const oconfig_item_t *ci, _Bool *ret_bool);
10
11 /* vim: set sw=2 sts=2 et fdm=marker : */
12 #endif /* GRAPH_CONFIG_H */