aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-drop.hxx
blob: 83139fcd005c5a6d8d7d8ab9633c213f880dd3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bpkg/pkg-drop.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_PKG_DROP_HXX
#define BPKG_PKG_DROP_HXX

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

#include <bpkg/pkg-drop-options.hxx>

namespace bpkg
{
  int
  pkg_drop (const pkg_drop_options&, cli::scanner& args);
}

#endif // BPKG_PKG_DROP_HXX