summaryrefslogtreecommitdiff
path: root/mangle.h
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-23 00:06:47 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-23 00:06:47 +0000
commit173f5191c60b3e65f2751469ddd20dc61ee585a0 (patch)
tree260c0bd7439f51230d263743831b753440a047eb /mangle.h
parente768052ae7d0d691cd6b753e5ba1cc5070032729 (diff)
downloadhonggfuzz-173f5191c60b3e65f2751469ddd20dc61ee585a0.tar.gz
Gauss-like distribution of file sizes
Diffstat (limited to 'mangle.h')
-rw-r--r--mangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mangle.h b/mangle.h
index a2ba0bec..76dd1ad0 100644
--- a/mangle.h
+++ b/mangle.h
@@ -27,6 +27,6 @@
#include <stdint.h>
extern void mangle_mangleContent(honggfuzz_t * hfuzz, uint8_t * bug, size_t bufSz);
-extern bool mangle_Resize(honggfuzz_t * hfuzz, uint8_t ** buf, size_t * bufSz, bool isMmap);
+extern bool mangle_Resize(honggfuzz_t * hfuzz, uint8_t ** buf, size_t * bufSz);
#endif