summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h4
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 {
55 int tree_attr; 55 int tree_attr;
56}; 56};
57 57
58void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; 58long tree_get_filetype_voiceclip(int attr);
59long tree_get_filetype_voiceclip(int attr) INIT_ATTR;
60 59
61/* init the filetypes structs. 60/* init the filetypes structs.
62 uses audio buffer for storage, so call early in init... */ 61 uses audio buffer for storage, so call early in init... */
63void filetype_init(void) INIT_ATTR; 62void filetype_init(void) INIT_ATTR;
63
64void read_viewer_theme_file(void); 64void read_viewer_theme_file(void);
65#ifdef HAVE_LCD_COLOR 65#ifdef HAVE_LCD_COLOR
66void read_color_theme_file(void); 66void read_color_theme_file(void);