summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-03-06 18:26:34 +0000
committerThom Johansen <thomj@rockbox.org>2005-03-06 18:26:34 +0000
commit6a33dd761eab41585fc1eaed933e561724454d99 (patch)
tree517d29b1da7b9c3f57ab3e9a0f70850606b38276 /apps/filetypes.h
parent7144e38b5f76016512009fe47325e6fd1f7211ae (diff)
downloadrockbox-6a33dd761eab41585fc1eaed933e561724454d99.tar.gz
rockbox-6a33dd761eab41585fc1eaed933e561724454d99.zip
Undo previous commit. Apparently, this is not wanted behaviour.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6158 a1c6a512-1295-4272-9138-f99709370657
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 {