Changeset 105760 in vbox for trunk/include/iprt
- Timestamp:
- Aug 21, 2024 12:15:14 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/script.h
r105757 r105760 368 368 * @param pCfg The lexer config to use for identifying the different tokens. 369 369 */ 370 RTDECL(int) RTScriptLexCreateFromReader(PRTSCRIPTLEX phScriptLex, PFNRTSCRIPTLEXRDR pfnReader, 370 RTDECL(int) RTScriptLexCreateFromReader(PRTSCRIPTLEX phScriptLex, PFNRTSCRIPTLEXRDR pfnReader, 371 371 PFNRTSCRIPTLEXDTOR pfnDtor, void *pvUser, 372 372 size_t cchBuf, PRTSTRCACHE phStrCacheId, PRTSTRCACHE phStrCacheStringLit,
Note:
See TracChangeset
for help on using the changeset viewer.