aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-28 16:41:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-28 16:41:02 +0200
commitb2d5f82512d0118a0668ce02f1a0730c3dcd50b8 (patch)
treeb470b17e276a67164212065f164823aa30b5165f /bdep/sync.hxx
parent77a9dc17b487123dc1aaf5c41b539d9abfe32dee (diff)
Implement auto-synchronization via build system hook
Diffstat (limited to 'bdep/sync.hxx')
-rw-r--r--bdep/sync.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/sync.hxx b/bdep/sync.hxx
index b397c10..8edd4b4 100644
--- a/bdep/sync.hxx
+++ b/bdep/sync.hxx
@@ -20,11 +20,12 @@ namespace bdep
cmd_sync (const common_options&,
const dir_path& prj,
const shared_ptr<configuration>&,
+ bool implicit,
bool fetch = true,
bool yes = true);
int
- cmd_sync (const cmd_sync_options&, cli::scanner& args);
+ cmd_sync (cmd_sync_options&&, cli::scanner& args);
}
#endif // BDEP_SYNC_HXX