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