From cf271a82276a19917638de856a9d10f3b1ceb488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 14 May 2015 15:20:34 +0200 Subject: Fix problems with permute Permute should now reading and loading configurations right. In case of configuration change, forces save. --- scripts/permute/dotconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/permute/dotconf.h') 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 #include +#include #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_ */ -- cgit v1.2.3