diff options
Diffstat (limited to '')
-rw-r--r-- | src/engine/detect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/detect.h b/src/engine/detect.h index 01488f1a..7989c9dd 100644 --- a/src/engine/detect.h +++ b/src/engine/detect.h | |||
@@ -30,7 +30,8 @@ HRESULT DetectReportRelatedBundles( | |||
30 | __in BURN_USER_EXPERIENCE* pUX, | 30 | __in BURN_USER_EXPERIENCE* pUX, |
31 | __in BURN_REGISTRATION* pRegistration, | 31 | __in BURN_REGISTRATION* pRegistration, |
32 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 32 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
33 | __in BOOTSTRAPPER_ACTION action | 33 | __in BOOTSTRAPPER_ACTION action, |
34 | __out BOOL* pfEligibleForCleanup | ||
34 | ); | 35 | ); |
35 | 36 | ||
36 | HRESULT DetectUpdate( | 37 | HRESULT DetectUpdate( |