diff options
Diffstat (limited to 'bpkg/rep-info.hxx')
-rw-r--r-- | bpkg/rep-info.hxx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bpkg/rep-info.hxx b/bpkg/rep-info.hxx new file mode 100644 index 0000000..6bd5279 --- /dev/null +++ b/bpkg/rep-info.hxx @@ -0,0 +1,19 @@ +// file : bpkg/rep-info.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_REP_INFO_HXX +#define BPKG_REP_INFO_HXX + +#include <bpkg/types.hxx> +#include <bpkg/utility.hxx> + +#include <bpkg/rep-info-options.hxx> + +namespace bpkg +{ + int + rep_info (const rep_info_options&, cli::scanner& args); +} + +#endif // BPKG_REP_INFO_HXX |