mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
#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:
parent
661cb91e00
commit
685f6bb5e6
4 changed files with 12 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue