add key config save code from rearmed ui

This commit is contained in:
notaz 2012-09-10 00:35:45 +03:00 committed by Grazvydas Ignotas
parent 675d1d368c
commit 0418cc5ca7
3 changed files with 222 additions and 0 deletions

4
config_file.h Normal file
View file

@ -0,0 +1,4 @@
#include <stdio.h>
void config_write_keys(FILE *f);
void config_read_keys(const char *cfg);