Files
idapython-src/swig/queue.i
T
2016-08-09 10:01:18 +02:00

14 lines
217 B
OpenEdge ABL

%{
#include <queue.hpp>
%}
// TODO: This could be wrapped.
%ignore QueueGet;
// Kernel-only & unexported symbols
%ignore QueueDel(ea_t);
%ignore mark_ida_decision;
%ignore unmark_ida_decision;
%include "queue.hpp"