aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-info.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-19 19:26:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-20 17:30:05 +0300
commitd4c243bde6d3043b6e04adf249f13e8275ddd528 (patch)
tree361d57156be541189442a9e868c0b878e8f6ea20 /bpkg/cfg-info.hxx
parent5d513688ae07d96910dd1eef83bdad4e9d780373 (diff)
Add support for cfg-info
Diffstat (limited to 'bpkg/cfg-info.hxx')
-rw-r--r--bpkg/cfg-info.hxx18
1 files changed, 18 insertions, 0 deletions
diff --git a/bpkg/cfg-info.hxx b/bpkg/cfg-info.hxx
new file mode 100644
index 0000000..d4a8818
--- /dev/null
+++ b/bpkg/cfg-info.hxx
@@ -0,0 +1,18 @@
+// file : bpkg/cfg-info.hxx -*- C++ -*-
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_CFG_INFO_HXX
+#define BPKG_CFG_INFO_HXX
+
+#include <bpkg/types.hxx>
+#include <bpkg/utility.hxx>
+
+#include <bpkg/cfg-info-options.hxx>
+
+namespace bpkg
+{
+ int
+ cfg_info (const cfg_info_options&, cli::scanner& args);
+}
+
+#endif // BPKG_CFG_INFO_HXX