summaryrefslogtreecommitdiff
path: root/read-cache.h
blob: bce0dc2c92330573be6aed02b972100d26cdbc44 (plain)
1
2
3
4
void cache_init(const char *path);
int cache_compare(const char *path, const unsigned char *buffer, unsigned int length);
FILE *cache_open(const char *path, const char *mode);
void cache_stats_print(void);