]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/fuzz_proxyprotocol.cc
Wishy-washy
[thirdparty/pdns.git] / pdns / fuzz_proxyprotocol.cc
index d138d6faacf0614981513460807bf43bdb41776b..25885c8883d08952f2233f94b5a7eff5bcb31e4e 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "proxy-protocol.hh"
 
+extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
+
 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
 
   std::vector<ProxyProtocolValue> values;