about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 0a7390ed..d824c1c9 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -91,7 +91,7 @@ typedef struct afl_forkserver {
 
   u8 *afl_ptr;                          /* for autodictionary: afl ptr      */
 
-  void (*autodict_func)(void *afl_ptr, u8 *mem, u32 len);
+  void (*add_extra_func)(void *afl_ptr, u8 *mem, u32 len);
 
 } afl_forkserver_t;