summaryrefslogtreecommitdiff
path: root/apps/filetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.h')
-rw-r--r--apps/filetree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetree.h b/apps/filetree.h
index 66fbbb579a..c9d1157fe9 100644
--- a/apps/filetree.h
+++ b/apps/filetree.h
@@ -24,5 +24,6 @@ int ft_load(struct tree_context* c, const char* tempdir);
24int ft_enter(struct tree_context* c); 24int ft_enter(struct tree_context* c);
25int ft_exit(struct tree_context* c); 25int ft_exit(struct tree_context* c);
26int ft_build_playlist(struct tree_context* c, int start_index); 26int ft_build_playlist(struct tree_context* c, int start_index);
27bool ft_play_playlist(char* pathname, char* dirname, char* filename);
27 28
28#endif 29#endif