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

#include "context.h"

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

#endif