summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h2
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*);
101void tree_init(void); 101void tree_init(void);
102void browse_root(void); 102void browse_root(void);
103void set_current_file(char *path); 103void set_current_file(char *path);
104bool rockbox_browse(const char *root, int dirfilter); 104int rockbox_browse(const char *root, int dirfilter);
105bool create_playlist(void); 105bool create_playlist(void);
106void resume_directory(const char *dir); 106void resume_directory(const char *dir);
107char *getcwd(char *buf, int size); 107char *getcwd(char *buf, int size);