/*
 * 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 */


syntax highlighted by Code2HTML, v. 0.9.1