summaryrefslogtreecommitdiffstats
path: root/apps/filetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.h')
-rw-r--r--apps/filetree.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/filetree.h b/apps/filetree.h
index 178ba0e973..3ec7846d2c 100644
--- a/apps/filetree.h
+++ b/apps/filetree.h
@@ -25,7 +25,10 @@
int ft_load(struct tree_context* c, const char* tempdir);
int ft_enter(struct tree_context* c);
int ft_exit(struct tree_context* c);
+int ft_assemble_path(char *buf, size_t bufsz,
+ const char* currdir, const char* filename);
int ft_build_playlist(struct tree_context* c, int start_index);
-bool ft_play_playlist(char* pathname, char* dirname, char* filename, bool skip_dyn_warning);
+bool ft_play_playlist(char* pathname, char* dirname,
+ char* filename, bool skip_warn_and_bookmarks);
#endif