aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute/dotconf.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-14 15:20:34 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-14 15:20:34 +0200
commitcf271a82276a19917638de856a9d10f3b1ceb488 (patch)
treea7bad80c1300e0504cd69885269ac81b642c33f9 /scripts/permute/dotconf.h
parent71ffeac967944bfd4f61d1f5724c8aed9d6d35a3 (diff)
downloadlinux-conf-perf-cf271a82276a19917638de856a9d10f3b1ceb488.tar.gz
linux-conf-perf-cf271a82276a19917638de856a9d10f3b1ceb488.tar.bz2
linux-conf-perf-cf271a82276a19917638de856a9d10f3b1ceb488.zip
Fix problems with permute
Permute should now reading and loading configurations right. In case of configuration change, forces save.
Diffstat (limited to 'scripts/permute/dotconf.h')
-rw-r--r--scripts/permute/dotconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/permute/dotconf.h b/scripts/permute/dotconf.h
index 8933f54..34fa8db 100644
--- a/scripts/permute/dotconf.h
+++ b/scripts/permute/dotconf.h
@@ -4,6 +4,7 @@
#include <stdbool.h>
#include <kconfig/lkc.h>
+#include <macros.h>
#include "menudata.h"
#ifndef _DOTCONF_H_
@@ -12,7 +13,7 @@
#define DOTCONFIG_FILE "../dot_config"
#define READBUFFER_SIZE 128
-bool dotconfig_read(void);
+void dotconfig_read(bool * reqsave);
void dotconfig_write(void);
#endif /* _DOTCONF_H_ */