summaryrefslogtreecommitdiffstats
path: root/src/extract.h
blob: e16674b103977b469d6acdc48d2f61c47f499ee0 (plain)
1
2
3
4
5
6
7
8
#ifndef fooextracthfoo
#define fooextracthfoo

#include "context.h"

int extract(struct syrep_db_context *context);

#endif