aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r--src/burn/engine/plan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h
index 87214cc8..fbb7a5a1 100644
--- a/src/burn/engine/plan.h
+++ b/src/burn/engine/plan.h
@@ -342,6 +342,7 @@ HRESULT PlanDefaultPackageRequestState(
342 __in BOOTSTRAPPER_PACKAGE_STATE currentState, 342 __in BOOTSTRAPPER_PACKAGE_STATE currentState,
343 __in BOOTSTRAPPER_ACTION action, 343 __in BOOTSTRAPPER_ACTION action,
344 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition, 344 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition,
345 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT repairCondition,
345 __in BOOTSTRAPPER_RELATION_TYPE relationType, 346 __in BOOTSTRAPPER_RELATION_TYPE relationType,
346 __out BOOTSTRAPPER_REQUEST_STATE* pRequestState 347 __out BOOTSTRAPPER_REQUEST_STATE* pRequestState
347 ); 348 );