aboutsummaryrefslogtreecommitdiff
path: root/bdep/help.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/help.hxx')
-rw-r--r--bdep/help.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/help.hxx b/bdep/help.hxx
index 6f0cac2..ffefbb9 100644
--- a/bdep/help.hxx
+++ b/bdep/help.hxx
@@ -16,6 +16,12 @@ namespace bdep
int
help (const help_options&, const string& topic, usage_function* usage);
+
+ default_options_files
+ options_files (const char* cmd, const help_options&, const strings& args);
+
+ help_options
+ merge_options (const default_options<help_options>&, const help_options&);
}
#endif // BDEP_HELP_HXX