summaryrefslogtreecommitdiff
path: root/apps/filetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.h')
-rw-r--r--apps/filetree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/filetree.h b/apps/filetree.h
index 3ec7846d2c..ebd9885ec2 100644
--- a/apps/filetree.h
+++ b/apps/filetree.h
@@ -28,7 +28,6 @@ int ft_exit(struct tree_context* c);
28int ft_assemble_path(char *buf, size_t bufsz, 28int ft_assemble_path(char *buf, size_t bufsz,
29 const char* currdir, const char* filename); 29 const char* currdir, const char* filename);
30int ft_build_playlist(struct tree_context* c, int start_index); 30int ft_build_playlist(struct tree_context* c, int start_index);
31bool ft_play_playlist(char* pathname, char* dirname, 31bool ft_play_playlist(char* pathname, char* dirname, char* filename);
32 char* filename, bool skip_warn_and_bookmarks);
33 32
34#endif 33#endif