// vim:set sw=2 ts=2 sts et: // // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #ifndef OEUF_QUERYKV1_JOURNEYROUTE_HPP #define OEUF_QUERYKV1_JOURNEYROUTE_HPP #include #include #include "cliopts.hpp" void journeyRoute(const Options &options, Kv1Records &records, Kv1Index &index); #endif // OEUF_QUERYKV1_JOURNEYROUTE_HPP