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 15eb298a..857394b9 100644
--- a/src/burn/engine/logging.h
+++ b/src/burn/engine/logging.h
@@ -158,6 +158,10 @@ LPCSTR LoggingPlanRelationTypeToString(
158 __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE type 158 __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE type
159 ); 159 );
160 160
161LPCSTR LoggingRegistrationOptionsToString(
162 __in DWORD dwRegistrationOptions
163 );
164
161LPCSTR LoggingRelationTypeToString( 165LPCSTR LoggingRelationTypeToString(
162 __in BOOTSTRAPPER_RELATION_TYPE type 166 __in BOOTSTRAPPER_RELATION_TYPE type
163 ); 167 );