summaryrefslogtreecommitdiffstats
path: root/src/update.h
blob: f176e056f18ba3244e5289e03e8fa02af71cca19 (plain)
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