ida.i: fixed %ignore so we ignore functions from the idainfo class

This commit is contained in:
elias.bachaalany 2009-10-21 08:49:38 +00:00
parent 3862f05f3f
commit a4627a6d36

View File

@ -1,9 +1,9 @@
// Ignore kernel-only symbols // Ignore kernel-only symbols
%ignore dual_text_options_t; %ignore dual_text_options_t;
%ignore init; %ignore idainfo::init;
%ignore retrieve; %ignore idainfo::retrieve;
%ignore read; %ignore idainfo::read;
%ignore write; %ignore idainfo::write;
%ignore setflag(uchar &where,uchar bit,int value); %ignore setflag(uchar &where,uchar bit,int value);
%ignore setflag(ushort &where,ushort bit,int value); %ignore setflag(ushort &where,ushort bit,int value);