fix corruption on empty sel_fname
[libpicofe.git] / config_file.h
1 #include <stdio.h>
2
3 void config_write_keys(FILE *f);
4 void config_read_keys(const char *cfg);