repo.or.cz
/
git
/
mingw
/
4msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #285 from dscho/readme
[git/mingw/4msysgit.git]
/
compat
/
win32
/
fscache.h
blob
ed518b422d705e4c2eace05fd00900e6aee4aab5
1
#ifndef FSCACHE_H
2
#define FSCACHE_H
3
4
int
fscache_enable
(
int
enable
);
5
#define enable_fscache(x) fscache_enable(x)
6
7
DIR
*
fscache_opendir
(
const char
*
dir
);
8
int
fscache_lstat
(
const char
*
file_name
,
struct
stat
*
buf
);
9
10
#endif