Changeset 85121 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp
r83758 r85121 271 271 * enumerating PATH items and similar. 272 272 */ 273 DECLCALLBACKMEMBER(int, pfnQuery )(uint32_t iItem, char *pszBuf, size_t cbBuf, size_t *pcchValue, PRTPATHMATCHCACHE pCache);273 DECLCALLBACKMEMBER(int, pfnQuery,(uint32_t iItem, char *pszBuf, size_t cbBuf, size_t *pcchValue, PRTPATHMATCHCACHE pCache)); 274 274 275 275 /** … … 285 285 * @param pcchMatched Where to return the length of the match (value length). 286 286 */ 287 DECLCALLBACKMEMBER(int, pfnMatch )(const char *pchMatch, size_t cchMatch, bool fIgnoreCase, size_t *pcchMatched);287 DECLCALLBACKMEMBER(int, pfnMatch,(const char *pchMatch, size_t cchMatch, bool fIgnoreCase, size_t *pcchMatched)); 288 288 289 289 } RTPATHMATCHVAR;
Note:
See TracChangeset
for help on using the changeset viewer.