From 5dcbecfd8b83f516c067780214f06321f03d1cce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Mar 2018 11:17:21 +0200 Subject: Initial sync implementation --- bdep/sync.hxx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bdep/sync.hxx (limited to 'bdep/sync.hxx') diff --git a/bdep/sync.hxx b/bdep/sync.hxx new file mode 100644 index 0000000..e1fa7fb --- /dev/null +++ b/bdep/sync.hxx @@ -0,0 +1,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 +#include + +#include +#include + +namespace bdep +{ + void + cmd_sync (const common_options&, + const dir_path& prj, + const shared_ptr&); + + int + cmd_sync (const cmd_sync_options&, cli::scanner& args); +} + +#endif // BDEP_SYNC_HXX -- cgit v1.1