Files
cemu-idapython/swig/search.i
gergely.erdelyi a01b3fbde0 Removed few FIXMEs
2009-07-21 19:43:19 +00:00

8 lines
113 B
OpenEdge ABL

%apply int * OUTPUT { int *opnum };
%ignore search;
%ignore user2bin;
%include "search.hpp"
%clear int *opnum;