diff options
Diffstat (limited to 'include/iprt/vfslowlevel.h')
-rw-r--r-- | include/iprt/vfslowlevel.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/iprt/vfslowlevel.h b/include/iprt/vfslowlevel.h index 9bfd0f619..6aebcbeab 100644 --- a/include/iprt/vfslowlevel.h +++ b/include/iprt/vfslowlevel.h @@ -108,7 +108,6 @@ RTDECL(void) RTVfsLockAcquireReadSlow(RTVFSLOCK hLock); RTDECL(void) RTVfsLockReleaseReadSlow(RTVFSLOCK hLock); RTDECL(void) RTVfsLockAcquireWriteSlow(RTVFSLOCK hLock); RTDECL(void) RTVfsLockReleaseWriteSlow(RTVFSLOCK hLock); -/** @} */ /** * Acquire a read lock. @@ -1109,9 +1108,9 @@ typedef RTVFSCHAINELEMENTREG const *PCRTVFSCHAINELEMENTREG; * @param ppszError On failure, this will point at the error * location in @a pszSpec. Optional. */ -RTDECL(int) RTVfsChainSpecParse(const char *pszSpec, RTVFSCHAINACTION enmLeadingAction, +RTDECL(int) RTVfsChainSpecParse(const char *pszSpec, uint32_t fFlags, RTVFSCHAINACTION enmLeadingAction, RTVFSCHAINACTION enmTrailingAction, - PRTVFSCHAINSPEC *ppSpec, const char *ppszError); + PRTVFSCHAINSPEC *ppSpec, const char **ppszError); /** @name RTVfsChainSpecParse * @{ */ |