Win32: add a cache below mingw's lstat and dirent implementations
[git/mingw/4msysgit.git] / compat / win32 / fscache.h
blobed518b422d705e4c2eace05fd00900e6aee4aab5
1 #ifndef FSCACHE_H
2 #define FSCACHE_H
4 int fscache_enable(int enable);
5 #define enable_fscache(x) fscache_enable(x)
7 DIR *fscache_opendir(const char *dir);
8 int fscache_lstat(const char *file_name, struct stat *buf);
10 #endif