// file : bpkg/pkg-status.hxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #ifndef BPKG_PKG_STATUS_HXX #define BPKG_PKG_STATUS_HXX #include #include #include namespace bpkg { int pkg_status (const pkg_status_options&, cli::scanner& args); } #endif // BPKG_PKG_STATUS_HXX