diff options
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r-- | apps/filetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index 5aae772a9c..2886fa2850 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -48,6 +48,7 @@ #define FILE_ATTR_FMS 0x1200 /* FM screen skin file */ #define FILE_ATTR_RFMS 0x1300 /* FM screen skin file */ #define FILE_ATTR_OPX 0x1400 /* open plugins shortcut */ +#define FILE_ATTR_LOG 0x1500 /* log file */ #define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ struct filetype { |