aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/release.hxx')
-rw-r--r--bdep/release.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/release.hxx b/bdep/release.hxx
index 1cf93c7..774d7d1 100644
--- a/bdep/release.hxx
+++ b/bdep/release.hxx
@@ -14,6 +14,15 @@ namespace bdep
{
int
cmd_release (const cmd_release_options&, cli::scanner& args);
+
+ default_options_files
+ options_files (const char* cmd,
+ const cmd_release_options&,
+ const strings& args);
+
+ cmd_release_options
+ merge_options (const default_options<cmd_release_options>&,
+ const cmd_release_options&);
}
#endif // BDEP_RELEASE_HXX