summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index fc1022a014..9013f81b02 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -55,13 +55,8 @@ struct filetype {
55 int tree_attr; 55 int tree_attr;
56}; 56};
57 57
58struct fileattr_voice {
59 int tree_attr;
60 int voiceclip;
61};
62
63void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; 58void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR;
64long tree_filetype_voiceclip(int attr) INIT_ATTR; 59long tree_get_filetype_voiceclip(int attr) INIT_ATTR;
65 60
66/* init the filetypes structs. 61/* init the filetypes structs.
67 uses audio buffer for storage, so call early in init... */ 62 uses audio buffer for storage, so call early in init... */