aboutsummaryrefslogtreecommitdiffstats
path: root/src/querykv1/journeyroute.hpp
blob: 7c5b2a11814a4bfb3a44e259ec44df5669764b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 <tmi8/kv1_types.hpp>
#include <tmi8/kv1_index.hpp>

#include "cliopts.hpp"

void journeyRoute(const Options &options, Kv1Records &records, Kv1Index &index);

#endif // OEUF_QUERYKV1_JOURNEYROUTE_HPP