]> pilppa.org Git - libplp.git/blob - src/config.h
revert previous save_immediately flag
[libplp.git] / src / config.h
1 /*
2  * config.h
3  *
4  *  Created on: Dec 21, 2010
5  *      Author: lamikr
6  */
7
8 #ifndef CONFIG_H_
9 #define CONFIG_H_
10
11 #include <stdbool.h>
12
13 struct uci_context      *_ctx;
14 struct uci_package      *_pkg;
15
16 bool set_config_value_to_section(const char *conf_dir_name,
17                         const char *conf_file_name,
18                         const char *section_type,
19                         const char *section_name,
20                         const char *key,
21                         const char *value);
22
23 #endif /* CONFIG_H_ */