12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
#include "global.th"
|
|
|
|
|
|
string get_parameter(string param);
|
|
string get_parameter_from_file(string param,string filename);
|
|
bool format_flash(int flash_size, int file_count);
|
|
void config_save();
|
|
void config_load();
|
|
void config_write(Configuration conf);
|
|
void config_init();
|
|
void config_create();
|