diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-03-06 18:26:34 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-03-06 18:26:34 +0000 |
| commit | 6a33dd761eab41585fc1eaed933e561724454d99 (patch) | |
| tree | 517d29b1da7b9c3f57ab3e9a0f70850606b38276 /apps/filetypes.h | |
| parent | 7144e38b5f76016512009fe47325e6fd1f7211ae (diff) | |
| download | rockbox-6a33dd761eab41585fc1eaed933e561724454d99.zip rockbox-6a33dd761eab41585fc1eaed933e561724454d99.tar.gz rockbox-6a33dd761eab41585fc1eaed933e561724454d99.tar.bz2 rockbox-6a33dd761eab41585fc1eaed933e561724454d99.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index fd1e077..e72dd6f 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -32,7 +32,7 @@ int filetype_get_icon(int); char* filetype_get_plugin(const struct entry*); void filetype_init(void); bool filetype_supported(int); -int filetype_load_menu(struct menu_item*, int, char*); +int filetype_load_menu(struct menu_item*, int); int filetype_load_plugin(const char*, char*); struct file_type { |