Autotoolization.
[collection4.git] / src / graph_config.h
diff --git a/src/graph_config.h b/src/graph_config.h
new file mode 100644 (file)
index 0000000..c468eec
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef GRAPH_CONFIG_H
+#define GRAPH_CONFIG_H 1
+
+#include "oconfig.h"
+
+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);
+
+/* vim: set sw=2 sts=2 et fdm=marker : */
+#endif /* GRAPH_CONFIG_H */