summaryrefslogtreecommitdiffstats
path: root/src/dump.h
blob: b0690a53e44eaefb38de6ac429e42e9aa540789b (plain)
1
2
3
4
5
6
7
8
#ifndef foodumphfoo
#define foodumphfoo

#include "context.h"

int dump(struct syrep_db_context *c);

#endif