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