aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-unlink.hxx
blob: 50256f3d57989100bec48b611f63be39515f86ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bpkg/cfg-unlink.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_CFG_UNLINK_HXX
#define BPKG_CFG_UNLINK_HXX

#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>

#include <bpkg/cfg-unlink-options.hxx>

namespace bpkg
{
  int
  cfg_unlink (const cfg_unlink_options&, cli::scanner& args);
}

#endif // BPKG_CFG_UNLINK_HXX