about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-11-14 21:37:08 +0100
committervanhauser-thc <vh@thc.org>2022-11-14 21:37:08 +0100
commite2ebebce83fd77cde020de35c723f14dd9d811df (patch)
tree7ced1ab4545df7f38c17e0090461a4c4ebe98c3c
parent4a7cd53f64abf4eac311621220afc927574fdcea (diff)
downloadafl++-e2ebebce83fd77cde020de35c723f14dd9d811df.tar.gz
fix python
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index a63b7493..811417c9 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -333,6 +333,7 @@ enum {
   /* 11 */ PY_FUNC_QUEUE_NEW_ENTRY,
   /* 12 */ PY_FUNC_INTROSPECTION,
   /* 13 */ PY_FUNC_DESCRIBE,
+  /* 14 */ PY_FUNC_FUZZ_SEND,
   PY_FUNC_COUNT
 
 };