Changeset 104921 in vbox for trunk/include
- Timestamp:
- Jun 14, 2024 12:04:58 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/tracelog-decoder-plugin.h
r104920 r104921 77 77 * @param ... Arguments specified in the format string. 78 78 */ 79 DECLCALLBACKMEMBER(int, pfnPrintf, (PRTTRACELOGDECODERHLP pHlp, const char *pszFormat, ...)) RT_IPRT_FORMAT_ATTR( 3, 4);79 DECLCALLBACKMEMBER(int, pfnPrintf, (PRTTRACELOGDECODERHLP pHlp, const char *pszFormat, ...)) RT_IPRT_FORMAT_ATTR(2, 3); 80 80 81 81 … … 89 89 * @param ... Arguments specified in the format string. 90 90 */ 91 DECLCALLBACKMEMBER(int, pfnErrorMsg, (PRTTRACELOGDECODERHLP pHlp, const char *pszFormat, ...)) RT_IPRT_FORMAT_ATTR( 3, 4);91 DECLCALLBACKMEMBER(int, pfnErrorMsg, (PRTTRACELOGDECODERHLP pHlp, const char *pszFormat, ...)) RT_IPRT_FORMAT_ATTR(2, 3); 92 92 93 93
Note:
See TracChangeset
for help on using the changeset viewer.