summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-11-22 01:41:58 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2022-11-22 15:19:45 -0500
commit1561b4ec9a5bd1d729622d7ca32f22e40b027f2d (patch)
tree1822b1a0499e3d80c5f8094b69425813fbcec324 /apps/filetypes.h
parentdc47bf8ae2f07d48006b23db4647d426adfad8ea (diff)
downloadrockbox-1561b4ec9a5bd1d729622d7ca32f22e40b027f2d.tar.gz
rockbox-1561b4ec9a5bd1d729622d7ca32f22e40b027f2d.zip
filetypes.c clean-up
make icon a voice struct one Change-Id: I44df788d03e38fe1bca7ea50f32c8dc5941405ab
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... */