aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.hxx
diff options
context:
space:
mode:
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);
}