X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config_file.h;fp=config_file.h;h=4a341c9a1e70716737b78ecf9972b9783db0cb8e;hb=0418cc5ca78dc31a9039cc028108294335899746;hp=0000000000000000000000000000000000000000;hpb=675d1d368c75ef01523108f3180090a9ed12edf4;p=libpicofe.git diff --git a/config_file.h b/config_file.h new file mode 100644 index 0000000..4a341c9 --- /dev/null +++ b/config_file.h @@ -0,0 +1,4 @@ +#include + +void config_write_keys(FILE *f); +void config_read_keys(const char *cfg);