aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
blob: e1fa7fb37d4c2981bf091240f820180daa82d2e2 (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
// file      : bdep/sync.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_SYNC_HXX
#define BDEP_SYNC_HXX

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

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

namespace bdep
{
  void
  cmd_sync (const common_options&,
            const dir_path& prj,
            const shared_ptr<configuration>&);

  int
  cmd_sync (const cmd_sync_options&, cli::scanner& args);
}

#endif // BDEP_SYNC_HXX