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 003714252e..110fc09f0c 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -94,6 +94,7 @@ struct tree_context {
94#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */ 94#define TREE_ATTR_BMP 0x1100 /* backdrop bmp file */
95#define TREE_ATTR_KBD 0x1200 /* keyboard file */ 95#define TREE_ATTR_KBD 0x1200 /* keyboard file */
96#define TREE_ATTR_FMR 0x1300 /* preset file */ 96#define TREE_ATTR_FMR 0x1300 /* preset file */
97#define TREE_ATTR_CUE 0x1400 /* cuesheet file */
97#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 98#define TREE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
98 99
99void tree_get_filetypes(const struct filetype**, int*); 100void tree_get_filetypes(const struct filetype**, int*);