summaryrefslogtreecommitdiffstats
path: root/src/merge.h
blob: 17d3fc0d105072b630e4184850eea6c11ff3320e (plain)
1
2
3
4
5
6
7
8
#ifndef foomergehfoo
#define foomergehfoo

#include "context.h"

int merge(struct syrep_db_context *c1, struct syrep_db_context *c2, const char* root);

#endif