diff options
Diffstat (limited to 'apps/filetree.h')
-rw-r--r-- | apps/filetree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.h b/apps/filetree.h index 143b75ad66..cdcdfca261 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -20,7 +20,7 @@ #define FILETREE_H #include "tree.h" -int ft_load(struct tree_context* c); +int ft_load(struct tree_context* c, const char* tempdir); int ft_play_filenumber(int pos, int attr); int ft_play_dirname(int start_index); void ft_play_filename(char *dir, char *file); |