summaryrefslogtreecommitdiff
path: root/fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz.h')
-rw-r--r--fuzz.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz.h b/fuzz.h
index d24e6a92..b48da6f0 100644
--- a/fuzz.h
+++ b/fuzz.h
@@ -30,5 +30,7 @@
extern void fuzz_threadsStart(honggfuzz_t* fuzz, pthread_t* threads);
extern void fuzz_threadsStop(honggfuzz_t* fuzz, pthread_t* threads);
+extern bool fuzz_isTerminating(honggfuzz_t* fuzz);
+extern void fuzz_setTerminating(honggfuzz_t* fuzz);
#endif