Changeset 77513 in vbox for trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
- Timestamp:
- Feb 28, 2019 7:31:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
r77512 r77513 482 482 } 483 483 484 484 485 #if 0 /* unused */ 485 486 /** … … 496 497 } 497 498 #endif 499 498 500 499 501 /** … … 1188 1190 * Export to file callback. 1189 1191 */ 1190 DECLCALLBACK(int) rtFuzzCtxStateExportFile(RTFUZZCTX hFuzzCtx, const void *pvBuf, size_t cbWrite, void *pvUser)1192 static DECLCALLBACK(int) rtFuzzCtxStateExportFile(RTFUZZCTX hFuzzCtx, const void *pvBuf, size_t cbWrite, void *pvUser) 1191 1193 { 1192 1194 RT_NOREF(hFuzzCtx);
Note:
See TracChangeset
for help on using the changeset viewer.