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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h
index 1b4a7b7f..b28a53d4 100644
--- a/src/burn/engine/logging.h
+++ b/src/burn/engine/logging.h
@@ -198,6 +198,10 @@ LPWSTR LoggingStringOrUnknownIfNull(
198 __in LPCWSTR wz 198 __in LPCWSTR wz
199 ); 199 );
200 200
201LPCSTR LoggingInstallScopeToString(
202 __in BOOL fPerMachine
203 );
204
201 205
202#if defined(__cplusplus) 206#if defined(__cplusplus)
203} 207}