summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index f872cf86f0..d3846b03bf 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -41,6 +41,8 @@
41#define FILE_ATTR_KBD 0x0C00 /* keyboard file */ 41#define FILE_ATTR_KBD 0x0C00 /* keyboard file */
42#define FILE_ATTR_FMR 0x0D00 /* preset file */ 42#define FILE_ATTR_FMR 0x0D00 /* preset file */
43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */ 43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
44#define FILE_ATTR_SBS 0x0F00 /* statusbar file */
45#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */
44#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 46#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
45 47
46struct filetype { 48struct filetype {