aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-list.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-24 18:21:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-26 17:50:24 +0300
commit4fcd32b536f3d29755b1fecc7e3f06be64f996ca (patch)
tree4aebf6eeb7ac4de316ddc91b92c264f252f86d44 /bpkg/rep-list.hxx
parent12a5375f25d6a7be5a5741c728a8f9b8168761a4 (diff)
Add support for rep-list and rep-remove, update rep-add
Diffstat (limited to 'bpkg/rep-list.hxx')
-rw-r--r--bpkg/rep-list.hxx19
1 files changed, 19 insertions, 0 deletions
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 <bpkg/types.hxx>
+#include <bpkg/utility.hxx>
+
+#include <bpkg/rep-list-options.hxx>
+
+namespace bpkg
+{
+ int
+ rep_list (const rep_list_options&, cli::scanner& args);
+}
+
+#endif // BPKG_REP_LIST_HXX