summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index fa0421865d..0967fb373f 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -245,7 +245,8 @@ struct tree_context {
245#define TREE_ATTR_LNG 0x0700 /* binary lang file */ 245#define TREE_ATTR_LNG 0x0700 /* binary lang file */
246#define TREE_ATTR_ROCK 0x0800 /* binary rockbox plugin */ 246#define TREE_ATTR_ROCK 0x0800 /* binary rockbox plugin */
247#define TREE_ATTR_MOD 0x0900 /* firmware file */ 247#define TREE_ATTR_MOD 0x0900 /* firmware file */
248#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */ 248#define TREE_ATTR_RWPS 0x1000 /* remote-wps config file */
249#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */
249#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 250#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
250 251
251void tree_get_filetypes(const struct filetype**, int*); 252void tree_get_filetypes(const struct filetype**, int*);