Update fuzz.h

This commit is contained in:
Google AutoFuzz Team 2019-06-24 10:25:29 -04:00 committed by Jordan Bayles
parent 576b271a04
commit 9725530a4f

View File

@ -9,6 +9,6 @@
#include <cstddef>
#include <stdint.h>
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
#endif // ifndef FUZZ_H_INCLUDED