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 993d1b4569..a74960f7a5 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -75,7 +75,7 @@ void tree_mem_init(void) INIT_ATTR;
75void tree_gui_init(void) INIT_ATTR; 75void tree_gui_init(void) INIT_ATTR;
76char* get_current_file(char* buffer, size_t buffer_len); 76char* get_current_file(char* buffer, size_t buffer_len);
77void set_dirfilter(int l_dirfilter); 77void set_dirfilter(int l_dirfilter);
78void set_current_file(char *path); 78void set_current_file(const char *path);
79int rockbox_browse(const char *root, int dirfilter); 79int rockbox_browse(const char *root, int dirfilter);
80bool create_playlist(void); 80bool create_playlist(void);
81void resume_directory(const char *dir); 81void resume_directory(const char *dir);