aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-12 14:56:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-13 16:52:16 +0300
commitedab35e216bc3839915129e54f98160428634283 (patch)
tree51c1ae471e39aca817038f16d33cc25be4998369 /bdep/sync.hxx
parent54c937f78562fc6a5d2ea01c8747c62ccea980cb (diff)
Add support for default options files
Diffstat (limited to 'bdep/sync.hxx')
-rw-r--r--bdep/sync.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/sync.hxx b/bdep/sync.hxx
index 2183021..5711a3f 100644
--- a/bdep/sync.hxx
+++ b/bdep/sync.hxx
@@ -43,6 +43,15 @@ namespace bdep
const dir_path& cfg,
const dir_path& prj = dir_path ());
+ default_options_files
+ options_files (const char* cmd,
+ const cmd_sync_options&,
+ const strings& args);
+
+ cmd_sync_options
+ merge_options (const default_options<cmd_sync_options>&,
+ const cmd_sync_options&);
+
// Note that the hook is installed into the bpkg-created configuration which
// always uses the standard build file/directory naming scheme.
//