about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-24 18:06:07 +0200
committervan Hauser <vh@thc.org>2020-08-24 18:06:07 +0200
commit6a34c5aa3e0a1da06a5268ecabfc92ab36ce96dc (patch)
tree0e770e13df70dbeda16cfca2141ddf5e4a2d59a0 /include/afl-fuzz.h
parentc7f0d3066875bca0ec28e9429df40293339dc05c (diff)
downloadafl++-6a34c5aa3e0a1da06a5268ecabfc92ab36ce96dc.tar.gz
fix python implementation for new function
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 01aa1a73..91915bf6 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -288,7 +288,6 @@ enum {
 enum {
 
   /* 00 */ PY_FUNC_INIT,
-  /* 01 */ PY_FUNC_FUZZ_COUNT,
   /* 01 */ PY_FUNC_FUZZ,
   /* 02 */ PY_FUNC_POST_PROCESS,
   /* 03 */ PY_FUNC_INIT_TRIM,
@@ -299,6 +298,7 @@ enum {
   /* 08 */ PY_FUNC_QUEUE_GET,
   /* 09 */ PY_FUNC_QUEUE_NEW_ENTRY,
   /* 10 */ PY_FUNC_DEINIT,
+  /* 11 */ PY_FUNC_FUZZ_COUNT,
   PY_FUNC_COUNT
 
 };