1 2 3 4 5 6 7 8 9
#ifndef fooupdatehfoo #define fooupdatehfoo #include "context.h" #include "cache.h" int update(struct syrep_db_context *c, struct syrep_md_cache *cache); #endif