Add test about issue with no commit on a branch
[cvsps-hv.git] / cache.h
blob996c4bc4f05f8961b658f15d9af0093f48fc717c
1 /*
2 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3 * See COPYING file for license information
4 */
6 #ifndef CACHE_H
7 #define CACHE_H
9 extern time_t read_cache();
10 extern void write_cache(time_t);
12 #endif /* CACHE_H */