mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Undo previous commit. Apparently, this is not wanted behaviour.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7144e38b5f
commit
6a33dd761e
3 changed files with 9 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue