diff --git a/swig/idaapi.i b/swig/idaapi.i index 431e558..8d3ed91 100644 --- a/swig/idaapi.i +++ b/swig/idaapi.i @@ -119,3 +119,7 @@ idainfo *get_inf_structure(void) %include "typeinf.i" %include "ua.i" %include "xref.i" + +%inline { + void enable_extlang_python(bool enable); +} \ No newline at end of file