repo.or.cz
/
cvsps
/
4msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use regex.[ch] from msysGit's /git
[cvsps/4msysgit.git]
/
cache.h
blob
996c4bc4f05f8961b658f15d9af0093f48fc717c
1
/*
2
* Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3
* See COPYING file for license information
4
*/
5
6
#ifndef CACHE_H
7
#define CACHE_H
8
9
extern
time_t
read_cache
();
10
extern
void
write_cache
(
time_t
);
11
12
#endif
/* CACHE_H */