diff options
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r-- | src/burn/engine/logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h index 21ea6297..492e14b6 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h | |||
@@ -43,8 +43,9 @@ typedef struct _BURN_LOGGING | |||
43 | 43 | ||
44 | HRESULT LoggingOpen( | 44 | HRESULT LoggingOpen( |
45 | __in BURN_LOGGING* pLog, | 45 | __in BURN_LOGGING* pLog, |
46 | __in BURN_ENGINE_COMMAND* pInternalCommand, | ||
47 | __in BOOTSTRAPPER_COMMAND* pCommand, | ||
46 | __in BURN_VARIABLES* pVariables, | 48 | __in BURN_VARIABLES* pVariables, |
47 | __in BOOTSTRAPPER_DISPLAY display, | ||
48 | __in_z LPCWSTR wzBundleName | 49 | __in_z LPCWSTR wzBundleName |
49 | ); | 50 | ); |
50 | 51 | ||