diff options
Diffstat (limited to 'src/engine/detect.h')
-rw-r--r-- | src/engine/detect.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/detect.h b/src/engine/detect.h index 7989c9dd..9bc34882 100644 --- a/src/engine/detect.h +++ b/src/engine/detect.h | |||
@@ -20,9 +20,8 @@ void DetectReset( | |||
20 | __in BURN_PACKAGES* pPackages | 20 | __in BURN_PACKAGES* pPackages |
21 | ); | 21 | ); |
22 | 22 | ||
23 | HRESULT DetectForwardCompatibleBundle( | 23 | HRESULT DetectForwardCompatibleBundles( |
24 | __in BURN_USER_EXPERIENCE* pUX, | 24 | __in BURN_USER_EXPERIENCE* pUX, |
25 | __in BOOTSTRAPPER_COMMAND* pCommand, | ||
26 | __in BURN_REGISTRATION* pRegistration | 25 | __in BURN_REGISTRATION* pRegistration |
27 | ); | 26 | ); |
28 | 27 | ||