aboutsummaryrefslogtreecommitdiff
path: root/common/data_for_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/data_for_config.h')
-rw-r--r--common/data_for_config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/data_for_config.h b/common/data_for_config.h
new file mode 100644
index 0000000..acf0cac
--- /dev/null
+++ b/common/data_for_config.h
@@ -0,0 +1,10 @@
+#ifndef COMMON_DATA_FOR_CONFIG_H_
+#define COMMON_DATA_FOR_CONFIG_H_
+
+#include <libconfig.h>
+#include "data.h"
+
+char // returns 0 if ok, something else otherwise
+data_init(const config_t * config);
+
+#endif