summaryrefslogtreecommitdiff
path: root/firmware/include/dir_uncached.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2008-03-11 19:39:26 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2008-03-11 19:39:26 +0000
commit52d827a26dec8bc4967cf3c2984a10ace114fa21 (patch)
tree83b9660b904934a62df38ee0ed138c66f3cdebb1 /firmware/include/dir_uncached.h
parentafde7f74d4325c3a5a6883167c1f74f4fb689f90 (diff)
downloadrockbox-52d827a26dec8bc4967cf3c2984a10ace114fa21.tar.gz
rockbox-52d827a26dec8bc4967cf3c2984a10ace114fa21.zip
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
Diffstat (limited to 'firmware/include/dir_uncached.h')
-rw-r--r--firmware/include/dir_uncached.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/include/dir_uncached.h b/firmware/include/dir_uncached.h
index 575c3b67e4..dd00c2c66b 100644
--- a/firmware/include/dir_uncached.h
+++ b/firmware/include/dir_uncached.h
@@ -75,6 +75,10 @@ typedef struct {
75char *get_volume_name(int volume); 75char *get_volume_name(int volume);
76#endif 76#endif
77 77
78#ifdef HAVE_MULTIVOLUME
79 int strip_volume(const char*, char*);
80#endif
81
78#ifndef DIRFUNCTIONS_DEFINED 82#ifndef DIRFUNCTIONS_DEFINED
79 83
80extern DIR_UNCACHED* opendir_uncached(const char* name); 84extern DIR_UNCACHED* opendir_uncached(const char* name);