src/graph_config.[ch]: Implement the "CacheFile" config option.
[collection4.git] / src / graph_config.h
index 5ccfadf..877bebc 100644 (file)
@@ -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 */