aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/init.hxx')
-rw-r--r--bdep/init.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bdep/init.hxx b/bdep/init.hxx
index 1ac46c1..484b336 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -33,10 +33,11 @@ namespace bdep
const dir_path& prj,
database&,
const configurations&,
- const package_locations&);
+ const package_locations&,
+ const strings& pkg_args);
int
- cmd_init (const cmd_init_options&, cli::scanner& args);
+ cmd_init (const cmd_init_options&, cli::group_scanner& args);
}
#endif // BDEP_INIT_HXX