aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/help')
-rw-r--r--bpkg/help5
1 files changed, 2 insertions, 3 deletions
diff --git a/bpkg/help b/bpkg/help
index 69e8f69..9c81e7e 100644
--- a/bpkg/help
+++ b/bpkg/help
@@ -8,12 +8,11 @@
#include <iosfwd>
#include <bpkg/types>
+#include <bpkg/help-options>
namespace bpkg
{
- class help_options;
-
- int
+ void
help (const help_options&,
const string& topic,
void (*usage) (std::ostream&));