From d4c243bde6d3043b6e04adf249f13e8275ddd528 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jul 2021 19:26:34 +0300 Subject: Add support for cfg-info --- bpkg/cfg-info.hxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bpkg/cfg-info.hxx (limited to 'bpkg/cfg-info.hxx') 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 +#include + +#include + +namespace bpkg +{ + int + cfg_info (const cfg_info_options&, cli::scanner& args); +} + +#endif // BPKG_CFG_INFO_HXX -- cgit v1.1