aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/init.hxx')
-rw-r--r--bdep/init.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/init.hxx b/bdep/init.hxx
index 475c87e..6a2afd2 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -49,6 +49,12 @@ namespace bdep
cmd_init_options
merge_options (const default_options<cmd_init_options>&,
const cmd_init_options&);
+
+ // Create the .bdep/ subdirectory in the specified directory if it does not
+ // already exist.
+ //
+ void
+ mk_bdep_dir (const dir_path&);
}
#endif // BDEP_INIT_HXX