summaryrefslogtreecommitdiffstats
path: root/src/info.h
blob: 93a38b80534c1f547cd31ecde817ce3e7d842351 (plain)
1
2
3
4
5
6
7
8
#ifndef fooinfohfoo
#define fooinfohfoo

#include "context.h"

int info(struct syrep_db_context *c);

#endif