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

#ifndef BPKG_REP_INFO
#define BPKG_REP_INFO

#include <bpkg/types>
#include <bpkg/rep-info-options>

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

#endif // BPKG_REP_INFO