Archived
1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bastion/common/data_for_config.h

10 lines
206 B
C

#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