diff options
Diffstat (limited to '')
-rw-r--r-- | src/engine/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/cache.h b/src/engine/cache.h index a00c50b7..52b111e9 100644 --- a/src/engine/cache.h +++ b/src/engine/cache.h | |||
@@ -54,6 +54,7 @@ HRESULT CacheGetResumePath( | |||
54 | ); | 54 | ); |
55 | HRESULT CacheFindLocalSource( | 55 | HRESULT CacheFindLocalSource( |
56 | __in_z LPCWSTR wzSourcePath, | 56 | __in_z LPCWSTR wzSourcePath, |
57 | __in_z LPCWSTR wzDestinationPath, | ||
57 | __in BURN_VARIABLES* pVariables, | 58 | __in BURN_VARIABLES* pVariables, |
58 | __out BOOL* pfFound, | 59 | __out BOOL* pfFound, |
59 | __out_z LPWSTR* psczSourceFullPath | 60 | __out_z LPWSTR* psczSourceFullPath |