aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:58:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:58:54 +0200
commitb44b4088f48a27bff88f8f010b8cd42303cbdad0 (patch)
tree46c08c1f48a81c3a4dc4c6c59be300e5e40e6762 /bdep/fetch.hxx
parent7acf8ce6111e3740decd39b92c3383fcbdd00e21 (diff)
Implement --fetch|-f and --fetch-full|-F in sync command
Diffstat (limited to 'bdep/fetch.hxx')
-rw-r--r--bdep/fetch.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/fetch.hxx b/bdep/fetch.hxx
index 0f036cd..fea40fc 100644
--- a/bdep/fetch.hxx
+++ b/bdep/fetch.hxx
@@ -13,6 +13,12 @@
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);
}