summaryrefslogtreecommitdiffstats
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
new file mode 100644
index 0000000..c66fe75
--- /dev/null
+++ b/src/list.h
@@ -0,0 +1,8 @@
+#ifndef foolisthfoo
+#define foolisthfoo
+
+#include "context.h"
+
+int list(struct syrep_db_context *c);
+
+#endif