aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute_conf/dotconf.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-21 19:24:24 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-21 19:24:24 +0200
commit2c46c7e4b57604a299b0639560934e1f523f725a (patch)
tree6b50892eafe43d923b2e9141f56e484a04bd75f9 /scripts/permute_conf/dotconf.h
parentc53827c97a8f749d7bd2e993c7fc5792d94435a3 (diff)
downloadlinux-conf-perf-2c46c7e4b57604a299b0639560934e1f523f725a.tar.gz
linux-conf-perf-2c46c7e4b57604a299b0639560934e1f523f725a.tar.bz2
linux-conf-perf-2c46c7e4b57604a299b0639560934e1f523f725a.zip
Rename program permute to permute_conf
Diffstat (limited to 'scripts/permute_conf/dotconf.h')
-rw-r--r--scripts/permute_conf/dotconf.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/permute_conf/dotconf.h b/scripts/permute_conf/dotconf.h
new file mode 100644
index 0000000..34fa8db
--- /dev/null
+++ b/scripts/permute_conf/dotconf.h
@@ -0,0 +1,19 @@
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdbool.h>
+
+#include <kconfig/lkc.h>
+#include <macros.h>
+#include "menudata.h"
+
+#ifndef _DOTCONF_H_
+#define _DOTCONF_H_
+
+#define DOTCONFIG_FILE "../dot_config"
+#define READBUFFER_SIZE 128
+
+void dotconfig_read(bool * reqsave);
+void dotconfig_write(void);
+
+#endif /* _DOTCONF_H_ */