summaryrefslogtreecommitdiff
path: root/firmware/include/dir_uncached.h
diff options
context:
space:
mode:
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);