// file : bpkg/pkg-drop.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_DROP_HXX #define BPKG_PKG_DROP_HXX #include #include #include namespace bpkg { int pkg_drop (const pkg_drop_options&, cli::scanner& args); } #endif // BPKG_PKG_DROP_HXX