diff options
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r-- | apps/filetypes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index 767a26fc1f..fc1022a014 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -53,10 +53,15 @@ struct filetype { char* extension; int tree_attr; +}; + +struct fileattr_voice { + int tree_attr; int voiceclip; }; void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; +long tree_filetype_voiceclip(int attr) INIT_ATTR; /* init the filetypes structs. uses audio buffer for storage, so call early in init... */ |