2 #define GRAPH_CONFIG_H 1
6 int graph_read_config (void);
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);
11 /* vim: set sw=2 sts=2 et fdm=marker : */
12 #endif /* GRAPH_CONFIG_H */