From 455172075b6de6ffbb3900cb948c95844e27acd3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 27 Mar 2019 15:20:14 +0100 Subject: Removed mysql dependency and fetch all configuration from configuration file. --- common/data_for_config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/data_for_config.h (limited to 'common/data_for_config.h') 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 +#include "data.h" + +char // returns 0 if ok, something else otherwise +data_init(const config_t * config); + +#endif -- cgit v1.2.3