diff options
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r-- | src/burn/engine/registration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h index 936e5966..aa5bf842 100644 --- a/src/burn/engine/registration.h +++ b/src/burn/engine/registration.h | |||
@@ -166,6 +166,7 @@ typedef struct _BURN_REGISTRATION | |||
166 | 166 | ||
167 | HRESULT RegistrationParseFromXml( | 167 | HRESULT RegistrationParseFromXml( |
168 | __in BURN_REGISTRATION* pRegistration, | 168 | __in BURN_REGISTRATION* pRegistration, |
169 | __in BURN_CACHE* pCache, | ||
169 | __in IXMLDOMNode* pixnBundle | 170 | __in IXMLDOMNode* pixnBundle |
170 | ); | 171 | ); |
171 | void RegistrationUninitialize( | 172 | void RegistrationUninitialize( |
@@ -188,6 +189,7 @@ HRESULT RegistrationDetectRelatedBundles( | |||
188 | HRESULT RegistrationSessionBegin( | 189 | HRESULT RegistrationSessionBegin( |
189 | __in_z LPCWSTR wzEngineWorkingPath, | 190 | __in_z LPCWSTR wzEngineWorkingPath, |
190 | __in BURN_REGISTRATION* pRegistration, | 191 | __in BURN_REGISTRATION* pRegistration, |
192 | __in BURN_CACHE* pCache, | ||
191 | __in BURN_VARIABLES* pVariables, | 193 | __in BURN_VARIABLES* pVariables, |
192 | __in DWORD dwRegistrationOptions, | 194 | __in DWORD dwRegistrationOptions, |
193 | __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction, | 195 | __in BURN_DEPENDENCY_REGISTRATION_ACTION dependencyRegistrationAction, |
@@ -201,6 +203,7 @@ HRESULT RegistrationSessionResume( | |||
201 | ); | 203 | ); |
202 | HRESULT RegistrationSessionEnd( | 204 | HRESULT RegistrationSessionEnd( |
203 | __in BURN_REGISTRATION* pRegistration, | 205 | __in BURN_REGISTRATION* pRegistration, |
206 | __in BURN_CACHE* pCache, | ||
204 | __in BURN_VARIABLES* pVariables, | 207 | __in BURN_VARIABLES* pVariables, |
205 | __in BURN_PACKAGES* pPackages, | 208 | __in BURN_PACKAGES* pPackages, |
206 | __in BURN_RESUME_MODE resumeMode, | 209 | __in BURN_RESUME_MODE resumeMode, |