idaapi.i: Added sval_pointer() type

This commit is contained in:
gergely.erdelyi 2008-04-10 19:43:44 +00:00
parent 4059c6ec72
commit 45b614fff0

View File

@ -70,6 +70,7 @@ typedef long long longlong;
%array_class(ea_t, eaArray); %array_class(ea_t, eaArray);
%pointer_class(int, int_pointer); %pointer_class(int, int_pointer);
%pointer_class(ea_t, ea_pointer); %pointer_class(ea_t, ea_pointer);
%pointer_class(sval_t, sval_pointer);
%include "ida.i" %include "ida.i"
%include "idd.hpp" %include "idd.hpp"