summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index efe9f3f5df..767a26fc1f 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -53,9 +53,9 @@
53struct filetype { 53struct filetype {
54 char* extension; 54 char* extension;
55 int tree_attr; 55 int tree_attr;
56 enum themable_icons icon;
57 int voiceclip; 56 int voiceclip;
58}; 57};
58
59void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; 59void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR;
60 60
61/* init the filetypes structs. 61/* init the filetypes structs.