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