summaryrefslogtreecommitdiff
path: root/mangle.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2016-10-18 23:04:42 +0200
committerRobert Swiecki <robert@swiecki.net>2016-10-18 23:04:42 +0200
commiteab0e8687da8154471ecf1b6bc840d581ac68086 (patch)
tree4bccadca78332b099ebcc4c3c2d7998bfa7f8157 /mangle.h
parent5795fd6aed9ed970827f9bee392ca2c3cb5cf4ed (diff)
downloadhonggfuzz-eab0e8687da8154471ecf1b6bc840d581ac68086.tar.gz
Comments in .h
Diffstat (limited to 'mangle.h')
-rw-r--r--mangle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mangle.h b/mangle.h
index 7b01c106..fcbcb053 100644
--- a/mangle.h
+++ b/mangle.h
@@ -27,6 +27,7 @@
#include <stdint.h>
extern void mangle_mangleContent(honggfuzz_t * hfuzz, fuzzer_t * fuzzer);
+
extern bool mangle_Resize(honggfuzz_t * hfuzz, uint8_t * buf, size_t * bufSz);
#endif