add splice_optout_py prototype

This commit is contained in:
Kuang-che Wu
2025-05-05 16:16:42 +08:00
parent 6876ab7901
commit 062f883160

View File

@ -1180,6 +1180,7 @@ u8 havoc_mutation_probability_py(void *);
u8 queue_get_py(void *, const u8 *);
const char *introspection_py(void *);
u8 queue_new_entry_py(void *, const u8 *, const u8 *);
void splice_optout_py(void *);
void deinit_py(void *);
#endif