aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/module')
-rw-r--r--build2/cli/module23
1 files changed, 23 insertions, 0 deletions
diff --git a/build2/cli/module b/build2/cli/module
new file mode 100644
index 0000000..f2890c9
--- /dev/null
+++ b/build2/cli/module
@@ -0,0 +1,23 @@
+// file : build2/cli/module -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BUILD2_CLI_MODULE
+#define BUILD2_CLI_MODULE
+
+#include <build2/types>
+#include <build2/utility>
+
+#include <build2/module>
+
+namespace build2
+{
+ namespace cli
+ {
+ extern "C" bool
+ cli_init (
+ scope&, scope&, const location&, unique_ptr<module>&, bool, bool);
+ }
+}
+
+#endif // BUILD2_CLI_MODULE