diff options
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r-- | src/burn/engine/logging.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h index 11f676b3..ef603931 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h | |||
@@ -53,6 +53,13 @@ void LoggingOpenFailed(); | |||
53 | 53 | ||
54 | void LoggingIncrementPackageSequence(); | 54 | void LoggingIncrementPackageSequence(); |
55 | 55 | ||
56 | HRESULT LoggingSetCompatiblePackageVariable( | ||
57 | __in BURN_PACKAGE* pPackage, | ||
58 | __in BURN_LOGGING* pLog, | ||
59 | __in BURN_VARIABLES* pVariables, | ||
60 | __out_opt LPWSTR* psczLogPath | ||
61 | ); | ||
62 | |||
56 | HRESULT LoggingSetPackageVariable( | 63 | HRESULT LoggingSetPackageVariable( |
57 | __in BURN_PACKAGE* pPackage, | 64 | __in BURN_PACKAGE* pPackage, |
58 | __in_z_opt LPCWSTR wzSuffix, | 65 | __in_z_opt LPCWSTR wzSuffix, |