mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-17 12:07:38 -04:00
FS#7598 - Dircache support for multivolume targets (by Phil Light).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
afde7f74d4
commit
52d827a26d
6 changed files with 102 additions and 49 deletions
|
@ -75,6 +75,10 @@ typedef struct {
|
|||
char *get_volume_name(int volume);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
int strip_volume(const char*, char*);
|
||||
#endif
|
||||
|
||||
#ifndef DIRFUNCTIONS_DEFINED
|
||||
|
||||
extern DIR_UNCACHED* opendir_uncached(const char* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue