From d1fa0047be1db658b165514dc429ce494517b39c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 11 Aug 2021 20:17:12 +0300 Subject: Add support for cfg-unlink --- bpkg/cfg-unlink.hxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bpkg/cfg-unlink.hxx (limited to 'bpkg/cfg-unlink.hxx') diff --git a/bpkg/cfg-unlink.hxx b/bpkg/cfg-unlink.hxx new file mode 100644 index 0000000..50256f3 --- /dev/null +++ b/bpkg/cfg-unlink.hxx @@ -0,0 +1,18 @@ +// file : bpkg/cfg-unlink.hxx -*- C++ -*- +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_CFG_UNLINK_HXX +#define BPKG_CFG_UNLINK_HXX + +#include +#include + +#include + +namespace bpkg +{ + int + cfg_unlink (const cfg_unlink_options&, cli::scanner& args); +} + +#endif // BPKG_CFG_UNLINK_HXX -- cgit v1.1