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