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 25e653914c..6b8879001f 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -24,5 +24,6 @@
24void browse_root(void); 24void browse_root(void);
25void set_current_file(char *path); 25void set_current_file(char *path);
26bool dirbrowse(char *root); 26bool dirbrowse(char *root);
27bool create_playlist(void);
27 28
28#endif 29#endif