summaryrefslogtreecommitdiffstats
path: root/bdep/fetch.hxx
blob: ea31c3a341ceac68d4bf66496289b09d75959de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// file      : bdep/fetch.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2018 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
{
  void
  cmd_fetch (const common_options&,
             const dir_path& prj,
             const shared_ptr<configuration>&,
             bool full);

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

#endif // BDEP_FETCH_HXX