idaapi.i: Added sel_pointer()

This commit is contained in:
gergely.erdelyi 2008-08-31 17:46:06 +00:00
parent d39feebe72
commit ab13c8b983

View File

@ -73,6 +73,7 @@ typedef long long longlong;
%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); %pointer_class(sval_t, sval_pointer);
%pointer_class(sel_t, sel_pointer);
%include "ida.i" %include "ida.i"
%include "idd.hpp" %include "idd.hpp"