summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 85dd7f6e1c..6f91f7fcd1 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -241,6 +241,7 @@ struct tree_context {
241#define TREE_ATTR_MOD 0x0900 /* firmware file */ 241#define TREE_ATTR_MOD 0x0900 /* firmware file */
242#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ 242#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */
243#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */ 243#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */
244#define TREE_ATTR_KBD 0x1200 /* keyboard file */
244#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 245#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
245 246
246void tree_get_filetypes(const struct filetype**, int*); 247void tree_get_filetypes(const struct filetype**, int*);