summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index dd8993e262..8c9e9a5d93 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -22,6 +22,7 @@
22#define _FILEHANDLE_H_ 22#define _FILEHANDLE_H_
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include "config.h"
25#include <tree.h> 26#include <tree.h>
26 27
27/* using attribute bits not used by FAT (FAT uses lower 7) */ 28/* using attribute bits not used by FAT (FAT uses lower 7) */
@@ -54,7 +55,7 @@ struct filetype {
54 enum themable_icons icon; 55 enum themable_icons icon;
55 int voiceclip; 56 int voiceclip;
56}; 57};
57void tree_get_filetypes(const struct filetype**, int*); 58void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR;
58 59
59/* init the filetypes structs. 60/* init the filetypes structs.
60 uses audio buffer for storage, so call early in init... */ 61 uses audio buffer for storage, so call early in init... */