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

#ifndef BPKG_REP_INFO
#define BPKG_REP_INFO

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

#include <bpkg/rep-info-options>

namespace bpkg
{
  int
  rep_info (const rep_info_options&, cli::scanner& args);
}

#endif // BPKG_REP_INFO