aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r--src/burn/engine/logging.h7
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
54void LoggingIncrementPackageSequence(); 54void LoggingIncrementPackageSequence();
55 55
56HRESULT LoggingSetCompatiblePackageVariable(
57 __in BURN_PACKAGE* pPackage,
58 __in BURN_LOGGING* pLog,
59 __in BURN_VARIABLES* pVariables,
60 __out_opt LPWSTR* psczLogPath
61 );
62
56HRESULT LoggingSetPackageVariable( 63HRESULT LoggingSetPackageVariable(
57 __in BURN_PACKAGE* pPackage, 64 __in BURN_PACKAGE* pPackage,
58 __in_z_opt LPCWSTR wzSuffix, 65 __in_z_opt LPCWSTR wzSuffix,