aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-list.hxx
blob: 632f5ddc43f1112658f3ddde0978478e18ca4b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : bpkg/rep-list.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_REP_LIST_HXX
#define BPKG_REP_LIST_HXX

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

#include <bpkg/rep-list-options.hxx>

namespace bpkg
{
  int
  rep_list (const rep_list_options&, cli::scanner& args);
}

#endif // BPKG_REP_LIST_HXX