diff options
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r-- | apps/filetypes.h | 2 |
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 @@ struct filetype { char* extension; int tree_attr; - enum themable_icons icon; int voiceclip; }; + void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR; /* init the filetypes structs. |