aboutsummaryrefslogtreecommitdiff
path: root/src/engine/detect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/detect.h')
-rw-r--r--src/engine/detect.h3
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
23HRESULT DetectForwardCompatibleBundle( 23HRESULT 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