From 17a3ea880402338420699e03bcb24181e4ff3924 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Thu, 2 May 2024 20:27:40 +0200 Subject: Initial commit Based on dc4ba6a --- src/querykv1/journeyinfo.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/querykv1/journeyinfo.hpp (limited to 'src/querykv1/journeyinfo.hpp') diff --git a/src/querykv1/journeyinfo.hpp b/src/querykv1/journeyinfo.hpp new file mode 100644 index 0000000..2a2118d --- /dev/null +++ b/src/querykv1/journeyinfo.hpp @@ -0,0 +1,13 @@ +// vim:set sw=2 ts=2 sts et: + +#ifndef OEUF_QUERYKV1_JOURNEYINFO_HPP +#define OEUF_QUERYKV1_JOURNEYINFO_HPP + +#include +#include + +#include "cliopts.hpp" + +void journeyInfo(const Options &options, Kv1Records &records, Kv1Index &index); + +#endif // OEUF_QUERYKV1_JOURNEYINFO_HPP -- cgit v1.2.3