summaryrefslogtreecommitdiff
path: root/src/externals_manual.h
blob: 422f2797163f160184f0510784ba528aef0f283d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- 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);