aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/logging.h')
-rw-r--r--src/engine/logging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/logging.h b/src/engine/logging.h
index 22dd54d9..381a295b 100644
--- a/src/engine/logging.h
+++ b/src/engine/logging.h
@@ -101,6 +101,10 @@ LPCSTR LoggingMsiInstallContext(
101 __in MSIINSTALLCONTEXT context 101 __in MSIINSTALLCONTEXT context
102 ); 102 );
103 103
104LPCWSTR LoggingBurnMsiPropertyToString(
105 __in BURN_MSI_PROPERTY burnMsiProperty
106 );
107
104LPCSTR LoggingPerMachineToString( 108LPCSTR LoggingPerMachineToString(
105 __in BOOL fPerMachine 109 __in BOOL fPerMachine
106 ); 110 );