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