solve linking error when python is not available

This commit is contained in:
Andrea Fioraldi
2020-03-07 14:26:33 +01:00
parent 172d384bf2
commit ed5d65b54f
2 changed files with 7 additions and 2 deletions

View File

@ -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 */