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