diff options
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h index 397fb39..dea0496 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -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 |