about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-07 14:26:33 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-07 14:26:33 +0100
commited5d65b54f07570c82f6704fdca403b776ff7be2 (patch)
treec94bdcd834b4d011df9e2f0fa4e7cd0fd8689019 /include/afl-fuzz.h
parent172d384bf26b57beecbe084d19530ebc34a6e3fc (diff)
downloadafl++-ed5d65b54f07570c82f6704fdca403b776ff7be2.tar.gz
solve linking error when python is not available
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
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 */