mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
14 lines
217 B
OpenEdge ABL
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"
|