From 4fcd32b536f3d29755b1fecc7e3f06be64f996ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Feb 2018 18:21:39 +0300 Subject: Add support for rep-list and rep-remove, update rep-add --- bpkg/rep-list.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bpkg/rep-list.hxx (limited to 'bpkg/rep-list.hxx') diff --git a/bpkg/rep-list.hxx b/bpkg/rep-list.hxx new file mode 100644 index 0000000..f0d4bab --- /dev/null +++ b/bpkg/rep-list.hxx @@ -0,0 +1,19 @@ +// file : bpkg/rep-list.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_REP_LIST_HXX +#define BPKG_REP_LIST_HXX + +#include +#include + +#include + +namespace bpkg +{ + int + rep_list (const rep_list_options&, cli::scanner& args); +} + +#endif // BPKG_REP_LIST_HXX -- cgit v1.1