aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status.hxx
blob: 337a152b83ea386e5174ada61ca2c7d4a1966b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bpkg/pkg-status.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_PKG_STATUS_HXX
#define BPKG_PKG_STATUS_HXX

#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>

#include <bpkg/pkg-status-options.hxx>

namespace bpkg
{
  int
  pkg_status (const pkg_status_options&, cli::scanner& args);
}

#endif // BPKG_PKG_STATUS_HXX