summaryrefslogtreecommitdiff
path: root/frontend/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/config.h')
-rw-r--r--frontend/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/config.h b/frontend/config.h
new file mode 100644
index 0000000..d45e435
--- /dev/null
+++ b/frontend/config.h
@@ -0,0 +1,9 @@
+#ifndef FRONTEND_CONFIG_H
+#define FRONTEND_CONFIG_H
+
+#include <stdio.h>
+
+void config_write(FILE *f);
+void config_read(const char *cfg);
+
+#endif