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

#ifndef BPKG_PKG_DROP
#define BPKG_PKG_DROP

#include <bpkg/types>
#include <bpkg/pkg-drop-options>

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

#endif // BPKG_PKG_DROP