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