aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/response_fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/http/response_fuzzer.cc')
-rw-r--r--test/core/http/response_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/http/response_fuzzer.cc b/test/core/http/response_fuzzer.cc
index d5bb67500d..e84353f45c 100644
--- a/test/core/http/response_fuzzer.cc
+++ b/test/core/http/response_fuzzer.cc
@@ -26,7 +26,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) {
grpc_http_parser parser;
grpc_http_response response;
memset(&response, 0, sizeof(response));