aboutsummaryrefslogtreecommitdiff
path: root/build2/install/operation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/operation.hxx')
-rw-r--r--build2/install/operation.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/install/operation.hxx b/build2/install/operation.hxx
index 0d96faf..1f3db58 100644
--- a/build2/install/operation.hxx
+++ b/build2/install/operation.hxx
@@ -16,6 +16,7 @@ namespace build2
{
extern const operation_info op_install;
extern const operation_info op_uninstall;
+ extern const operation_info op_update_for_install;
}
}