aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzz.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-10-16 20:38:53 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2019-10-23 11:10:10 +0000
commitfdef8bbf2f824a87f70b755155e9e1a8cd19fdcb (patch)
tree7ac03cfb328a6578cea6767a17d60f8124d74c00 /src/test/fuzz/fuzz.h
parentc34b88620dc8435b83e6744895f2ecd3c9ec8de7 (diff)
downloadbitcoin-fdef8bbf2f824a87f70b755155e9e1a8cd19fdcb.tar.xz
tests: Allow for using non-default fuzzing initialization
Diffstat (limited to 'src/test/fuzz/fuzz.h')
-rw-r--r--src/test/fuzz/fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/fuzz.h b/src/test/fuzz/fuzz.h
index 573bd572db..3be202b16e 100644
--- a/src/test/fuzz/fuzz.h
+++ b/src/test/fuzz/fuzz.h
@@ -8,7 +8,7 @@
#include <stdint.h>
#include <vector>
-
+void initialize();
void test_one_input(const std::vector<uint8_t>& buffer);
#endif // BITCOIN_TEST_FUZZ_FUZZ_H