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 fd1e07721e..e72dd6ffd3 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -32,7 +32,7 @@ int filetype_get_icon(int);
32char* filetype_get_plugin(const struct entry*); 32char* filetype_get_plugin(const struct entry*);
33void filetype_init(void); 33void filetype_init(void);
34bool filetype_supported(int); 34bool filetype_supported(int);
35int filetype_load_menu(struct menu_item*, int, char*); 35int filetype_load_menu(struct menu_item*, int);
36int filetype_load_plugin(const char*, char*); 36int filetype_load_plugin(const char*, char*);
37 37
38struct file_type { 38struct file_type {