files for cfg stuff
[libpicofe.git] / common / config.h
CommitLineData
c51bd2fe 1#include <stdio.h>
2
3int config_writesect(const char *fname, const char *section);
4int config_writelrom(const char *fname);
5int config_readsect(const char *fname, const char *section);
6