You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
461 B
13 lines
461 B
#ifndef LOAD_H
|
|
#define LOAD_H
|
|
#include "ubl-utils.h"
|
|
#include "../ubl-strings.h"
|
|
#include "model.h"
|
|
|
|
void load_template_load_cfg(config_u_g_p* _config, char* cmd);
|
|
void load_pars_keys(config_u_g_p* _config, char* str_key, int index);
|
|
void load_pars_keys_u_g(config_u_g_p* _config, char* str_key, int index);
|
|
void load_pars_keys_p(config_u_g_p* _config, char* str_key, int index);
|
|
void load_pars_values(config_u_g_p* _config, char* str_value, int index);
|
|
|
|
#endif |