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

#ifndef BPKG_DROP
#define BPKG_DROP

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

namespace bpkg
{
  int
  drop (const drop_options&, cli::scanner& args);
}

#endif // BPKG_DROP