summaryrefslogtreecommitdiff
path: root/cache.h
blob: 996c4bc4f05f8961b658f15d9af0093f48fc717c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
 * See COPYING file for license information 
 */

#ifndef CACHE_H
#define CACHE_H

extern time_t read_cache();
extern void write_cache(time_t);

#endif /* CACHE_H */