mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -75,7 +75,7 @@ void tree_mem_init(void) INIT_ATTR;
|
|||
void tree_gui_init(void) INIT_ATTR;
|
||||
char* get_current_file(char* buffer, size_t buffer_len);
|
||||
void set_dirfilter(int l_dirfilter);
|
||||
void set_current_file(char *path);
|
||||
void set_current_file(const char *path);
|
||||
int rockbox_browse(const char *root, int dirfilter);
|
||||
bool create_playlist(void);
|
||||
void resume_directory(const char *dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue