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