diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-09-29 21:26:53 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-09-29 21:26:53 +0000 |
| commit | de5477cc002ea2a3173f80fc63b8beecc32f602e (patch) | |
| tree | 4f4c5f2ee007d800bf3fea53ed0b3361418b6eaf /apps/tree.h | |
| parent | d527849e668e9657bfad191edca04fb85d193ac9 (diff) | |
| download | rockbox-de5477cc002ea2a3173f80fc63b8beecc32f602e.zip rockbox-de5477cc002ea2a3173f80fc63b8beecc32f602e.tar.gz rockbox-de5477cc002ea2a3173f80fc63b8beecc32f602e.tar.bz2 rockbox-de5477cc002ea2a3173f80fc63b8beecc32f602e.tar.xz | |
Brian King's .rockbox browsing patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3964 a1c6a512-1295-4272-9138-f99709370657
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 |