summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 397fb3940d..dea0496508 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -42,11 +42,12 @@ struct entry {
42void tree_init(void); 42void tree_init(void);
43void browse_root(void); 43void browse_root(void);
44void set_current_file(char *path); 44void set_current_file(char *path);
45bool rockbox_browse(char *root, int dirfilter);
45bool create_playlist(void); 46bool create_playlist(void);
46void resume_directory(char *dir); 47void resume_directory(char *dir);
47char *getcwd(char *buf, int size); 48char *getcwd(char *buf, int size);
48void reload_directory(void); 49void reload_directory(void);
49struct entry* load_and_sort_directory(char *dirname, int dirfilter, 50struct entry* load_and_sort_directory(char *dirname, int *dirfilter,
50 int *num_files, bool *buffer_full); 51 int *num_files, bool *buffer_full);
51 52
52#endif 53#endif