23 lines
369 B
C++

#ifndef seafire__routing__match_hxx_
#define seafire__routing__match_hxx_
#include <seafire/routing/parameters.hxx>
#include <string>
namespace seafire::routing
{
bool
match(std::string const&,
std::string const&,
char,
parameters_t&);
std::string
render(std::string const&, parameters_t&);
} // namespace seafire::routing
#endif