libpicofe/config_file.h

4 lines
93 B
C

#include <stdio.h>
void config_write_keys(FILE *f);
void config_read_keys(const char *cfg);