// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include struct Settings; struct ExternalManual; struct Flags; int resolv(const Settings& settings, const std::string& name, const ExternalManual& ext, Flags& flags);