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