aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.hxx
blob: 0f036cddbd56973b76afcaae1c2883307ff8428d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : bdep/fetch.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_FETCH_HXX
#define BDEP_FETCH_HXX

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

#include <bdep/project.hxx>
#include <bdep/fetch-options.hxx>

namespace bdep
{
  int
  cmd_fetch (const cmd_fetch_options&, cli::scanner& args);
}

#endif // BDEP_FETCH_HXX