aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute/dotconf.h
blob: 34fa8db6ca89f9c769e1cf93f2c56bd548ebdac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_ */