forked from len0rd/rockbox
simplify rockbox_browse a bit and reuse buffer.
use const for argument of set_current_file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28328 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
082c7d3c6b
commit
368e89e3bc
4 changed files with 16 additions and 27 deletions
|
|
@ -831,7 +831,7 @@ struct plugin_api {
|
|||
#endif
|
||||
int (*show_logo)(void);
|
||||
struct tree_context* (*tree_get_context)(void);
|
||||
void (*set_current_file)(char* path);
|
||||
void (*set_current_file)(const char* path);
|
||||
void (*set_dirfilter)(int l_dirfilter);
|
||||
|
||||
#ifdef HAVE_WHEEL_POSITION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue