aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info')
-rw-r--r--bpkg/rep-info17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/rep-info b/bpkg/rep-info
new file mode 100644
index 0000000..8437a53
--- /dev/null
+++ b/bpkg/rep-info
@@ -0,0 +1,17 @@
+// file : bpkg/rep-info -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_REP_INFO
+#define BPKG_REP_INFO
+
+#include <bpkg/types>
+#include <bpkg/rep-info-options>
+
+namespace bpkg
+{
+ void
+ rep_info (const rep_info_options&, cli::scanner& args);
+}
+
+#endif // BPKG_REP_INFO