bugfixes, new config system and messed code for it
[libpicofe.git] / common / config.h
index 8fab6d4..2d8a303 100644 (file)
@@ -1,6 +1,6 @@
-#include <stdio.h>
-
 int config_writesect(const char *fname, const char *section);
 int config_writelrom(const char *fname);
 int config_readsect(const char *fname, const char *section);
+int config_readlrom(const char *fname);
+int config_havesect(const char *fname, const char *section);