#ifdef code that only makes sense for multivolume targets, make private functions 'static'

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-03-17 00:55:23 +00:00
parent 661cb91e00
commit 685f6bb5e6
4 changed files with 12 additions and 10 deletions

View file

@ -21,9 +21,6 @@
#include "tree.h"
int ft_load(struct tree_context* c, const char* tempdir);
int ft_play_filenumber(int pos, int attr);
int ft_play_dirname(char* name);
void ft_play_filename(char *dir, char *file);
int ft_enter(struct tree_context* c);
int ft_exit(struct tree_context* c);
int ft_build_playlist(struct tree_context* c, int start_index);