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 492e14b6..367b94a3 100644
--- a/src/burn/engine/logging.h
+++ b/src/burn/engine/logging.h
@@ -62,6 +62,13 @@ HRESULT LoggingSetPackageVariable(
62 __out_opt LPWSTR* psczLogPath 62 __out_opt LPWSTR* psczLogPath
63 ); 63 );
64 64
65HRESULT LoggingSetTransactionVariable(
66 __in BURN_ROLLBACK_BOUNDARY* pRollbackBoundary,
67 __in_z_opt LPCWSTR wzSuffix,
68 __in BURN_LOGGING* pLog,
69 __in BURN_VARIABLES* pVariables
70 );
71
65LPCSTR LoggingBurnActionToString( 72LPCSTR LoggingBurnActionToString(
66 __in BOOTSTRAPPER_ACTION action 73 __in BOOTSTRAPPER_ACTION action
67 ); 74 );