summaryrefslogtreecommitdiffstats
path: root/src/history.h
blob: 2082a0c131df7f86b63a02662eb20db22aae533a (plain)
1
2
3
4
5
6
7
8
#ifndef foohistoryfoo
#define foohistoryfoo

#include "context.h"

int history(struct syrep_db_context *c);

#endif