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