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-22 22:22:37 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-02-22 22:22:37 +0000
commite768052ae7d0d691cd6b753e5ba1cc5070032729 (patch)
treef02d69af687a074db3b4220fc0a2260e80fb687e /mangle.h
parent8c3e0f251d317d258c6042204defae03cbc69f04 (diff)
downloadhonggfuzz-e768052ae7d0d691cd6b753e5ba1cc5070032729.tar.gz
File resize algoritm
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 9b0cba78..a2ba0bec 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 size_t mangle_resize(honggfuzz_t * hfuzz, uint8_t ** buf, size_t bufSz);
+extern bool mangle_Resize(honggfuzz_t * hfuzz, uint8_t ** buf, size_t * bufSz, bool isMmap);
#endif