aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute/dotconf.h
blob: 8933f54c3746fb9d40f4a0dad0a05cbc88c41aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>

#include <kconfig/lkc.h>
#include "menudata.h"

#ifndef _DOTCONF_H_
#define _DOTCONF_H_

#define DOTCONFIG_FILE "../dot_config"
#define READBUFFER_SIZE 128

bool dotconfig_read(void);
void dotconfig_write(void);

#endif /* _DOTCONF_H_ */