Skip to content

Commit 9d6db96

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Update fuzz.h
1 parent 46d3565 commit 9d6db96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_lib_json/fuzz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
#include <cstddef>
1010
#include <stdint.h>
1111

12-
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
12+
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
1313

1414
#endif // ifndef FUZZ_H_INCLUDED

0 commit comments

Comments
 (0)