forked from len0rd/rockbox
Brian King's .rockbox browsing patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d527849e66
commit
de5477cc00
7 changed files with 156 additions and 58 deletions
|
@ -42,11 +42,12 @@ struct entry {
|
|||
void tree_init(void);
|
||||
void browse_root(void);
|
||||
void set_current_file(char *path);
|
||||
bool rockbox_browse(char *root, int dirfilter);
|
||||
bool create_playlist(void);
|
||||
void resume_directory(char *dir);
|
||||
char *getcwd(char *buf, int size);
|
||||
void reload_directory(void);
|
||||
struct entry* load_and_sort_directory(char *dirname, int dirfilter,
|
||||
struct entry* load_and_sort_directory(char *dirname, int *dirfilter,
|
||||
int *num_files, bool *buffer_full);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue