diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 8 |
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 |