diff options
Diffstat (limited to 'src/burn/engine/pseudobundle.h')
-rw-r--r-- | src/burn/engine/pseudobundle.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/burn/engine/pseudobundle.h b/src/burn/engine/pseudobundle.h index aa26d29d..0fd4cbdb 100644 --- a/src/burn/engine/pseudobundle.h +++ b/src/burn/engine/pseudobundle.h | |||
@@ -32,6 +32,18 @@ HRESULT PseudoBundleInitializePassthrough( | |||
32 | __in BOOTSTRAPPER_COMMAND* pCommand, | 32 | __in BOOTSTRAPPER_COMMAND* pCommand, |
33 | __in BURN_PACKAGE* pPackage | 33 | __in BURN_PACKAGE* pPackage |
34 | ); | 34 | ); |
35 | HRESULT PseudoBundleInitializeUpdateBundle( | ||
36 | __in BURN_PACKAGE* pPackage, | ||
37 | __in_z LPCWSTR wzId, | ||
38 | __in_z LPCWSTR wzCacheId, | ||
39 | __in_z LPCWSTR wzFilePath, | ||
40 | __in_z LPCWSTR wzLocalSource, | ||
41 | __in_z_opt LPCWSTR wzDownloadSource, | ||
42 | __in DWORD64 qwSize, | ||
43 | __in_z LPCWSTR wzInstallArguments, | ||
44 | __in_opt const BYTE* pbHash, | ||
45 | __in const DWORD cbHash | ||
46 | ); | ||
35 | 47 | ||
36 | #if defined(__cplusplus) | 48 | #if defined(__cplusplus) |
37 | } | 49 | } |