aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice/percent_decode_fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/slice/percent_decode_fuzzer.cc')
-rw-r--r--test/core/slice/percent_decode_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/slice/percent_decode_fuzzer.cc b/test/core/slice/percent_decode_fuzzer.cc
index ad4e3fed7a..2aae335891 100644
--- a/test/core/slice/percent_decode_fuzzer.cc
+++ b/test/core/slice/percent_decode_fuzzer.cc
@@ -29,7 +29,7 @@
bool squelch = true;
bool leak_check = true;
-int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
+extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
struct grpc_memory_counters counters;
grpc_memory_counters_init();
grpc_slice input = grpc_slice_from_copied_buffer((const char *)data, size);