From ed5d65b54f07570c82f6704fdca403b776ff7be2 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sat, 7 Mar 2020 14:26:33 +0100 Subject: solve linking error when python is not available --- include/afl-fuzz.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/afl-fuzz.h') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 1db44a79..57639411 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -647,8 +647,6 @@ extern PyObject* py_functions[PY_FUNC_COUNT]; /* Custom mutators */ void setup_custom_mutator(void); void destroy_custom_mutator(void); -void load_custom_mutator(const char*); -void load_custom_mutator_py(const char*); u8 trim_case_custom(char** argv, struct queue_entry* q, u8* in_buf); /* Python */ -- cgit 1.4.1