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