summaryrefslogtreecommitdiff
path: root/src/burn/engine/externalengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/externalengine.h')
-rw-r--r--src/burn/engine/externalengine.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/burn/engine/externalengine.h b/src/burn/engine/externalengine.h
index 2903615d..f28971cd 100644
--- a/src/burn/engine/externalengine.h
+++ b/src/burn/engine/externalengine.h
@@ -81,9 +81,8 @@ HRESULT ExternalEngineSetUpdate(
81 __in_z_opt LPCWSTR wzDownloadSource, 81 __in_z_opt LPCWSTR wzDownloadSource,
82 __in const DWORD64 qwSize, 82 __in const DWORD64 qwSize,
83 __in const BOOTSTRAPPER_UPDATE_HASH_TYPE hashType, 83 __in const BOOTSTRAPPER_UPDATE_HASH_TYPE hashType,
84 __in_opt const BYTE* rgbHash, 84 __in_opt LPCWSTR wzHash
85 __in const DWORD cbHash 85);
86 );
87 86
88HRESULT ExternalEngineSetLocalSource( 87HRESULT ExternalEngineSetLocalSource(
89 __in BURN_ENGINE_STATE* pEngineState, 88 __in BURN_ENGINE_STATE* pEngineState,