summaryrefslogtreecommitdiff
path: root/apps/filetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.h')
-rw-r--r--apps/filetree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/filetree.h b/apps/filetree.h
index 7931c3c454..3ec7846d2c 100644
--- a/apps/filetree.h
+++ b/apps/filetree.h
@@ -25,6 +25,8 @@
25int ft_load(struct tree_context* c, const char* tempdir); 25int ft_load(struct tree_context* c, const char* tempdir);
26int ft_enter(struct tree_context* c); 26int ft_enter(struct tree_context* c);
27int ft_exit(struct tree_context* c); 27int ft_exit(struct tree_context* c);
28int ft_assemble_path(char *buf, size_t bufsz,
29 const char* currdir, const char* filename);
28int ft_build_playlist(struct tree_context* c, int start_index); 30int ft_build_playlist(struct tree_context* c, int start_index);
29bool ft_play_playlist(char* pathname, char* dirname, 31bool ft_play_playlist(char* pathname, char* dirname,
30 char* filename, bool skip_warn_and_bookmarks); 32 char* filename, bool skip_warn_and_bookmarks);