1
0
Fork 0
forked from len0rd/rockbox

Fix FS#7679 - modifying files with dircahce enabled doesnt change the access time/date in dircache

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14580 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-09-02 13:24:51 +00:00
parent 74b1665987
commit e73f287b5a
3 changed files with 31 additions and 0 deletions

View file

@ -97,6 +97,7 @@ void dircache_copy_path(const struct dircache_entry *entry, char *buf, int size)
void dircache_bind(int fd, const char *path);
void dircache_update_filesize(int fd, long newsize, long startcluster);
void dircache_update_filetime(int fd);
void dircache_mkdir(const char *path);
void dircache_rmdir(const char *path);
void dircache_remove(const char *name);