files for cfg stuff
[libpicofe.git] / common / config.h
diff --git a/common/config.h b/common/config.h
new file mode 100644 (file)
index 0000000..8fab6d4
--- /dev/null
@@ -0,0 +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);
+