aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/install/init.hxx')
-rw-r--r--libbuild2/install/init.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/install/init.hxx b/libbuild2/install/init.hxx
index b2daea0..353b24b 100644
--- a/libbuild2/install/init.hxx
+++ b/libbuild2/install/init.hxx
@@ -28,6 +28,12 @@ namespace build2
bool,
const variable_map&);
+ // Module `install` requires bootstrapping.
+ //
+ // `install` -- registers the install, uninstall, and update-for-install
+ // operations, registers/sets variables, and registers
+ // functions and rules.
+ //
extern "C" LIBBUILD2_SYMEXPORT const module_functions*
build2_install_load ();
}