diff options
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r-- | apps/filetypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index 9013f81b02..5aae772a9c 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -55,12 +55,12 @@ struct filetype { int tree_attr; }; -void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; -long tree_get_filetype_voiceclip(int attr) INIT_ATTR; +long tree_get_filetype_voiceclip(int attr); /* init the filetypes structs. uses audio buffer for storage, so call early in init... */ void filetype_init(void) INIT_ATTR; + void read_viewer_theme_file(void); #ifdef HAVE_LCD_COLOR void read_color_theme_file(void); |