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

#ifndef BPKG_REP_FETCH
#define BPKG_REP_FETCH

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

namespace bpkg
{
  int
  rep_fetch (const rep_fetch_options&, cli::scanner& args);
}

#endif // BPKG_REP_FETCH