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 f872cf8..d3846b0 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -41,6 +41,8 @@
#define FILE_ATTR_KBD 0x0C00 /* keyboard file */
#define FILE_ATTR_FMR 0x0D00 /* preset file */
#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
+#define FILE_ATTR_SBS 0x0F00 /* statusbar file */
+#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */
#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
struct filetype {