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, 0 insertions, 3 deletions
diff --git a/apps/filetree.h b/apps/filetree.h
index c179959053..66fbbb579a 100644
--- a/apps/filetree.h
+++ b/apps/filetree.h
@@ -21,9 +21,6 @@
21#include "tree.h" 21#include "tree.h"
22 22
23int ft_load(struct tree_context* c, const char* tempdir); 23int ft_load(struct tree_context* c, const char* tempdir);
24int ft_play_filenumber(int pos, int attr);
25int ft_play_dirname(char* name);
26void ft_play_filename(char *dir, char *file);
27int ft_enter(struct tree_context* c); 24int ft_enter(struct tree_context* c);
28int ft_exit(struct tree_context* c); 25int ft_exit(struct tree_context* c);
29int ft_build_playlist(struct tree_context* c, int start_index); 26int ft_build_playlist(struct tree_context* c, int start_index);