// file : bpkg/pkg-status -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_STATUS #define BPKG_PKG_STATUS #include #include #include namespace bpkg { int pkg_status (const pkg_status_options&, cli::scanner& args); } #endif // BPKG_PKG_STATUS