aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.hxx')
-rw-r--r--bdep/new.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bdep/new.hxx b/bdep/new.hxx
index c86b6ba..2513798 100644
--- a/bdep/new.hxx
+++ b/bdep/new.hxx
@@ -14,6 +14,13 @@ namespace bdep
{
int
cmd_new (cmd_new_options&&, cli::group_scanner& args);
+
+ default_options_files
+ options_files (const char* cmd, const cmd_new_options&, const strings& args);
+
+ cmd_new_options
+ merge_options (const default_options<cmd_new_options>&,
+ const cmd_new_options&);
}
#endif // BDEP_NEW_HXX