#ifndef foomdcachehfoo #define foomdcachehfoo #include struct syrep_md_cache; struct syrep_md_cache* md_cache_open(const char* fn, int ro); void md_cache_close(struct syrep_md_cache *c); int md_cache_get(struct syrep_md_cache *c, const char *path, uint8_t digest[16]); int md_cache_vacuum(struct syrep_md_cache *c); #endif