summaryrefslogtreecommitdiff
path: root/src/externals_manual.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/externals_manual.h')
-rw-r--r--src/externals_manual.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/externals_manual.h b/src/externals_manual.h
new file mode 100644
index 0000000..a906ab7
--- /dev/null
+++ b/src/externals_manual.h
@@ -0,0 +1,15 @@
+// -*- c++ -*-
+// Distributed under the BSD 2-Clause License.
+// See accompanying file LICENSE for details.
+#pragma once
+
+namespace ctor {
+struct settings;
+struct external_configuration;
+struct external_manual;
+struct flags;
+} // namespace ctor::
+
+int resolv(const ctor::settings& settings,
+ const ctor::external_configuration& name,
+ const ctor::external_manual& ext, ctor::flags& flags);