summaryrefslogtreecommitdiff
path: root/mangle.h
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-01 01:25:16 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-01 01:25:16 +0000
commit4a7a9d8d75369d498a0f568f6b5cc25a939cc3d9 (patch)
treeb38e878a84675d69a3913c426c9d35cb48df9ce8 /mangle.h
parent457280e41dd7350b967225773b66051ea7e9d7c3 (diff)
downloadhonggfuzz-4a7a9d8d75369d498a0f568f6b5cc25a939cc3d9.tar.gz
Rewrite fuzzing logic - keep file in memory
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 b60aeb18..28e135da 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, int fd);
+extern bool mangle_Resize(honggfuzz_t * hfuzz, size_t * bufSz);
#endif