summaryrefslogtreecommitdiffstats
path: root/src/list.h
blob: c66fe75aaf7129dbd0c8c121e85e3a6012e611bb (plain)
1
2
3
4
5
6
7
8
#ifndef foolisthfoo
#define foolisthfoo

#include "context.h"

int list(struct syrep_db_context *c);

#endif