aboutsummaryrefslogtreecommitdiff
path: root/src/engine/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/cache.h')
-rw-r--r--src/engine/cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/cache.h b/src/engine/cache.h
index afa18e47..a2ac1696 100644
--- a/src/engine/cache.h
+++ b/src/engine/cache.h
@@ -102,7 +102,8 @@ HRESULT CacheGetLocalSourcePaths(
102 __in BURN_VARIABLES* pVariables, 102 __in BURN_VARIABLES* pVariables,
103 __inout LPWSTR** prgSearchPaths, 103 __inout LPWSTR** prgSearchPaths,
104 __out DWORD* pcSearchPaths, 104 __out DWORD* pcSearchPaths,
105 __out DWORD* pdwLikelySearchPath 105 __out DWORD* pdwLikelySearchPath,
106 __out DWORD* pdwDestinationSearchPath
106 ); 107 );
107HRESULT CacheSetLastUsedSource( 108HRESULT CacheSetLastUsedSource(
108 __in BURN_VARIABLES* pVariables, 109 __in BURN_VARIABLES* pVariables,