diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-13 19:41:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 15:34:56 -0500 |
commit | 60769e710f1099168f7508fe6834e458ce435ad9 (patch) | |
tree | ade0966556fa037e6440766f976572c899405269 /src/test/fuzz/fuzzing.h | |
parent | a967d568dcab10d6b1e03d2ffb96743e415393c0 (diff) | |
download | tor-60769e710f1099168f7508fe6834e458ce435ad9.tar.gz tor-60769e710f1099168f7508fe6834e458ce435ad9.zip |
Port fuzz_http to use fuzzing_common.
Move common logic from fuzz_http to fuzzing_common.
Diffstat (limited to 'src/test/fuzz/fuzzing.h')
-rw-r--r-- | src/test/fuzz/fuzzing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzzing.h b/src/test/fuzz/fuzzing.h index fbd54dafa0..794ed1461e 100644 --- a/src/test/fuzz/fuzzing.h +++ b/src/test/fuzz/fuzzing.h @@ -2,6 +2,7 @@ #define FUZZING_H int fuzz_init(void); +int fuzz_cleanup(void); int fuzz_main(const uint8_t *data, size_t sz); #endif /* FUZZING_H */ |