summaryrefslogtreecommitdiff
path: root/src/externals_manual.h
blob: 3d8c452debf0216c2902b44c365e342dc7d59c95 (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);