diff options
Diffstat (limited to 'src/externals_manual.h')
-rw-r--r-- | src/externals_manual.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/externals_manual.h b/src/externals_manual.h new file mode 100644 index 0000000..c7e3b9a --- /dev/null +++ b/src/externals_manual.h @@ -0,0 +1,13 @@ +// -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. +#pragma once + +#include <string> + +struct Settings; +struct ExternalManual; +struct Flags; + +int resolv(const Settings& settings, const std::string& name, + const ExternalManual& ext, Flags& flags); |