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

#ifndef BPKG_CFG_FETCH
#define BPKG_CFG_FETCH

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

#include <bpkg/cfg-fetch-options>

namespace bpkg
{
  int
  cfg_fetch (const cfg_fetch_options&, cli::scanner& args);
}

#endif // BPKG_CFG_FETCH