summaryrefslogtreecommitdiffstats
path: root/src/makepatch.h
blob: f6836ae304923648d8cc6b00efe593933f0e4678 (plain)
1
2
3
4
5
6
7
8
#ifndef foomakepatchhfoo
#define foomakepatchhfoo

#include "context.h"

int makepatch(struct syrep_db_context *c1, struct syrep_db_context *c2, const char *dir);

#endif