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.
11 lines
402 B
11 lines
402 B
#ifndef SAVE
|
|
#define SAVE
|
|
#include "ubl-utils.h"
|
|
#include "../ubl-strings.h"
|
|
#include "model.h"
|
|
char* template_format_save(config_u_g_p* _config, char* cmd);
|
|
char* save_format_key(config_u_g_p* _config, int index);
|
|
char* save_str_users(config_u_g_p* _config, int index);
|
|
char* save_format_str_value(config_u_g_p* config, int index);
|
|
char* save_format_status_cmd(config_u_g_p* config, int index);
|
|
#endif |