diff options
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r-- | src/burn/engine/logging.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h index 000b04f8..5597bb57 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h | |||
@@ -41,6 +41,10 @@ typedef struct _BURN_LOGGING | |||
41 | 41 | ||
42 | // function declarations | 42 | // function declarations |
43 | 43 | ||
44 | HRESULT LoggingParseFromXml( | ||
45 | __in BURN_LOGGING* pLog, | ||
46 | __in IXMLDOMNode* pixnBundle | ||
47 | ); | ||
44 | HRESULT LoggingOpen( | 48 | HRESULT LoggingOpen( |
45 | __in BURN_LOGGING* pLog, | 49 | __in BURN_LOGGING* pLog, |
46 | __in BURN_ENGINE_COMMAND* pInternalCommand, | 50 | __in BURN_ENGINE_COMMAND* pInternalCommand, |