From ec4d2f7a0686da3b343a2fe5042a54cf3c02a3dc Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Tue, 7 Oct 2008 17:21:58 +0000 Subject: [PATCH] idaapi.i: Added enable_extlang_python() to enable the Python external evaluator --- swig/idaapi.i | 4 ++++ 1 file changed, 4 insertions(+) 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