summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 0d783b4b0e..96cb712a1a 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -67,8 +67,8 @@ struct tree_context {
67 bool dirfull; 67 bool dirfull;
68}; 68};
69 69
70void tree_init(void); 70void tree_mem_init(void);
71void browse_root(void); 71void tree_gui_init(void);
72void get_current_file(char* buffer, int buffer_len); 72void get_current_file(char* buffer, int buffer_len);
73int rockbox_browse(const char *root, int dirfilter); 73int rockbox_browse(const char *root, int dirfilter);
74bool create_playlist(void); 74bool create_playlist(void);