summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 5a618a8bc3..dd08ca9392 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -59,5 +59,6 @@ char *getcwd(char *buf, int size);
59void reload_directory(void); 59void reload_directory(void);
60struct entry* load_and_sort_directory(const char *dirname, const int *dirfilter, 60struct entry* load_and_sort_directory(const char *dirname, const int *dirfilter,
61 int *num_files, bool *buffer_full); 61 int *num_files, bool *buffer_full);
62bool check_rockboxdir(void);
62 63
63#endif 64#endif