aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute_conf/permutelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/permute_conf/permutelist.h')
-rw-r--r--scripts/permute_conf/permutelist.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/permute_conf/permutelist.h b/scripts/permute_conf/permutelist.h
deleted file mode 100644
index 725f6d6..0000000
--- a/scripts/permute_conf/permutelist.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdlib.h>
-#include <stdbool.h>
-#include <kconfig/lkc.h>
-
-#ifndef _PERMUTELIST_H_
-#define _PERMUTELIST_H_
-
-struct permutelist {
- struct menu *permute;
- size_t size, pos;
-};
-
-void permutelist_add(struct menu *m);
-void permutelist_remove(struct menu *m);
-bool permutelist_is_permute(struct menu *m);
-
-#endif /* _PERMUTELIST_H_ */