mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
9 lines
162 B
OpenEdge ABL
9 lines
162 B
OpenEdge ABL
|
%apply int * OUTPUT { int *opnum };
|
||
|
|
||
|
// FIXME: search() should be checked and enabled
|
||
|
%ignore search;
|
||
|
%ignore user2bin;
|
||
|
|
||
|
%include "search.hpp"
|
||
|
%clear int *opnum;
|