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

#ifndef BPKG_PKG_FETCH
#define BPKG_PKG_FETCH

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

namespace bpkg
{
  void
  pkg_fetch (const pkg_fetch_options&, cli::scanner& args);
}

#endif // BPKG_PKG_FETCH