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