diff options
Diffstat (limited to 'bpkg/drop')
-rw-r--r-- | bpkg/drop | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/drop b/bpkg/drop new file mode 100644 index 0000000..1687c82 --- /dev/null +++ b/bpkg/drop @@ -0,0 +1,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 +{ + void + drop (const drop_options&, cli::scanner& args); +} + +#endif // BPKG_DROP |