X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=blobdiff_plain;f=src%2Fgraph_config.h;h=877bebc0b1cc151bef8c6db70e324d50221535d3;hp=5ccfadfd735877f4a65c309034f57891651a12f1;hb=bb036145679e3e2db213fd12d46afe4aae31707a;hpb=36f6513533637fdea37c4097a0baf15c83a90e40 diff --git a/src/graph_config.h b/src/graph_config.h index 5ccfadf..877bebc 100644 --- a/src/graph_config.h +++ b/src/graph_config.h @@ -31,5 +31,7 @@ int graph_read_config (void); int graph_config_get_string (const oconfig_item_t *ci, char **ret_str); int graph_config_get_bool (const oconfig_item_t *ci, _Bool *ret_bool); +const char *graph_config_get_cache_file (void); + /* vim: set sw=2 sts=2 et fdm=marker : */ #endif /* GRAPH_CONFIG_H */