diff options
Diffstat (limited to 'scripts/permute/dotconf.h')
-rw-r--r-- | scripts/permute/dotconf.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/permute/dotconf.h b/scripts/permute/dotconf.h deleted file mode 100644 index 34fa8db..0000000 --- a/scripts/permute/dotconf.h +++ /dev/null @@ -1,19 +0,0 @@ -#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_ */ |