diff options
Diffstat (limited to 'apps/tree.h')
-rw-r--r-- | apps/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h index 110fc09f0c..7b202e0fbc 100644 --- a/apps/tree.h +++ b/apps/tree.h | |||
@@ -101,7 +101,7 @@ void tree_get_filetypes(const struct filetype**, int*); | |||
101 | void tree_init(void); | 101 | void tree_init(void); |
102 | void browse_root(void); | 102 | void browse_root(void); |
103 | void set_current_file(char *path); | 103 | void set_current_file(char *path); |
104 | bool rockbox_browse(const char *root, int dirfilter); | 104 | int rockbox_browse(const char *root, int dirfilter); |
105 | bool create_playlist(void); | 105 | bool create_playlist(void); |
106 | void resume_directory(const char *dir); | 106 | void resume_directory(const char *dir); |
107 | char *getcwd(char *buf, int size); | 107 | char *getcwd(char *buf, int size); |