summaryrefslogtreecommitdiff
path: root/fuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2019-10-07 14:52:17 +0200
committerRobert Swiecki <robert@swiecki.net>2019-10-07 14:52:17 +0200
commit7df09213bc3399056674f3a32eb6e010977dfc6a (patch)
tree4b9ed6d6d62798c9f6beb298d52f5407e0b2d586 /fuzz.h
parent17a0e87729f55319e60b6947179d1282bc5cee3c (diff)
downloadhonggfuzz-7df09213bc3399056674f3a32eb6e010977dfc6a.tar.gz
move corpus manipulation to the input module
Diffstat (limited to 'fuzz.h')
-rw-r--r--fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz.h b/fuzz.h
index 4bce6562..32409ce7 100644
--- a/fuzz.h
+++ b/fuzz.h
@@ -32,5 +32,6 @@ extern void fuzz_threadsStart(honggfuzz_t* fuzz);
extern bool fuzz_isTerminating(void);
extern void fuzz_setTerminating(void);
extern bool fuzz_shouldTerminate(void);
+extern fuzzState_t fuzz_getState(honggfuzz_t* hfuzz);
#endif