// 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 #include namespace bpkg { int drop (const drop_options&, cli::scanner& args); } #endif // BPKG_DROP