aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-status
blob: b585a13b10712a6616e1256ae8bfa43f87d6e870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 <bpkg/types>
#include <bpkg/pkg-status-options>

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

#endif // BPKG_PKG_STATUS