aboutsummaryrefslogtreecommitdiff
path: root/src/engine/logging.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 381a295b..b5c6c052 100644
--- a/src/engine/logging.h
+++ b/src/engine/logging.h
@@ -65,6 +65,10 @@ LPCSTR LoggingBurnActionToString(
65 __in BOOTSTRAPPER_ACTION action 65 __in BOOTSTRAPPER_ACTION action
66 ); 66 );
67 67
68LPCSTR LoggingBurnMessageToString(
69 __in UINT message
70 );
71
68LPCSTR LoggingActionStateToString( 72LPCSTR LoggingActionStateToString(
69 __in BOOTSTRAPPER_ACTION_STATE actionState 73 __in BOOTSTRAPPER_ACTION_STATE actionState
70 ); 74 );