blob: ade94e842f1225e990ea075060635170d852d43b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// vim:set sw=2 ts=2 sts et:
#ifndef OEUF_QUERYKV1_JOPAROUTE_HPP
#define OEUF_QUERYKV1_JOPAROUTE_HPP
#include <tmi8/kv1_types.hpp>
#include <tmi8/kv1_index.hpp>
#include "cliopts.hpp"
void jopaRoute(const Options &options, Kv1Records &records, Kv1Index &index);
#endif // OEUF_QUERYKV1_JOPAROUTE_HPP
|