aboutsummaryrefslogtreecommitdiff
path: root/common/data_for_config.h
blob: acf0cac705f07475fd297e874595bbf5f44b2990 (plain)
1
2
3
4
5
6
7
8
9
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