summaryrefslogtreecommitdiff
path: root/firmware/include/dir.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-01-28 21:32:16 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-01-28 21:32:16 +0000
commitdc7534bdb2a784ae9d5c9089237935ff405c3525 (patch)
treee12e3eab71cbd72605d661ea026c70127d633cb3 /firmware/include/dir.h
parent3662ad2ae3a9fb5ec5a7295bb606524e642bb840 (diff)
downloadrockbox-dc7534bdb2a784ae9d5c9089237935ff405c3525.tar.gz
rockbox-dc7534bdb2a784ae9d5c9089237935ff405c3525.zip
preparations for hotswapping MMC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5701 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/dir.h')
-rw-r--r--firmware/include/dir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/dir.h b/firmware/include/dir.h
index 5c157e4696..8dcbb8e900 100644
--- a/firmware/include/dir.h
+++ b/firmware/include/dir.h
@@ -84,6 +84,8 @@ extern int rmdir(const char* name);
84 84
85extern struct dirent* readdir(DIR* dir); 85extern struct dirent* readdir(DIR* dir);
86 86
87extern int release_dirs(int volume);
88
87#endif /* DIRFUNCTIONS_DEFINED */ 89#endif /* DIRFUNCTIONS_DEFINED */
88 90
89#endif 91#endif