diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-07 14:26:33 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-07 14:26:33 +0100 |
commit | ed5d65b54f07570c82f6704fdca403b776ff7be2 (patch) | |
tree | c94bdcd834b4d011df9e2f0fa4e7cd0fd8689019 /include/afl-fuzz.h | |
parent | 172d384bf26b57beecbe084d19530ebc34a6e3fc (diff) | |
download | afl++-ed5d65b54f07570c82f6704fdca403b776ff7be2.tar.gz |
solve linking error when python is not available
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |