aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute/dotconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/permute/dotconf.h')
-rw-r--r--scripts/permute/dotconf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/permute/dotconf.h b/scripts/permute/dotconf.h
new file mode 100644
index 0000000..8933f54
--- /dev/null
+++ b/scripts/permute/dotconf.h
@@ -0,0 +1,18 @@
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdbool.h>
+
+#include <kconfig/lkc.h>
+#include "menudata.h"
+
+#ifndef _DOTCONF_H_
+#define _DOTCONF_H_
+
+#define DOTCONFIG_FILE "../dot_config"
+#define READBUFFER_SIZE 128
+
+bool dotconfig_read(void);
+void dotconfig_write(void);
+
+#endif /* _DOTCONF_H_ */