summaryrefslogtreecommitdiffstats
path: root/ossfuzz/testinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'ossfuzz/testinput.h')
-rw-r--r--ossfuzz/testinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossfuzz/testinput.h b/ossfuzz/testinput.h
index 6ab9b51..8da6215 100644
--- a/ossfuzz/testinput.h
+++ b/ossfuzz/testinput.h
@@ -1,3 +1,3 @@
#include <inttypes.h>
-extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
+int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);