1
0
Fork 0
forked from len0rd/rockbox

#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

@ -101,7 +101,6 @@ void tree_get_filetypes(const struct filetype**, int*);
void tree_init(void);
void browse_root(void);
void get_current_file(char* buffer, int buffer_len);
void set_current_file(char *path);
int rockbox_browse(const char *root, int dirfilter);
bool create_playlist(void);
void resume_directory(const char *dir);