aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/help')
-rw-r--r--bpkg/help6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/help b/bpkg/help
index 8bd5596..e941d40 100644
--- a/bpkg/help
+++ b/bpkg/help
@@ -12,10 +12,10 @@
namespace bpkg
{
+ using usage_function = cli::usage_para (std::ostream&, cli::usage_para);
+
int
- help (const help_options&,
- const string& topic,
- void (*usage) (std::ostream&));
+ help (const help_options&, const string& topic, usage_function* usage);
}
#endif // BPKG_HELP