summaryrefslogtreecommitdiff
path: root/mangle.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2018-01-13 03:21:19 +0100
committerRobert Swiecki <robert@swiecki.net>2018-01-13 03:21:19 +0100
commita78c622e4ca434775478ed57c85a02be93c3865e (patch)
tree320cbd8757b94fee17e4f5b012510c89aba987e5 /mangle.h
parentc4b573f5b9bc167788bc879237f7b893e240de02 (diff)
downloadhonggfuzz-a78c622e4ca434775478ed57c85a02be93c3865e.tar.gz
mangle: mangleContent as a static func
Diffstat (limited to 'mangle.h')
-rw-r--r--mangle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mangle.h b/mangle.h
index 71f78b5a..42ec3aa2 100644
--- a/mangle.h
+++ b/mangle.h
@@ -26,7 +26,6 @@
#include "honggfuzz.h"
-extern void mangle_mangleContent(run_t* run);
extern bool mangle_prepareDynamicInput(run_t* run);
extern bool mangle_prepareStaticFile(run_t* run, bool rewind);
extern bool mangle_prepareExternalFile(run_t* run);