mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
17 lines
335 B
OpenEdge ABL
17 lines
335 B
OpenEdge ABL
// TODO: This could be wrapped.
|
|
%ignore QueueGet;
|
|
|
|
// Kernel-only & unexported symbols
|
|
%ignore QueueDel;
|
|
%ignore init_queue;
|
|
%ignore save_queue;
|
|
%ignore term_queue;
|
|
%ignore move_problems;
|
|
%ignore queue_del;
|
|
|
|
%ignore mark_rollback;
|
|
%ignore get_rollback_type;
|
|
%ignore mark_ida_decision;
|
|
%ignore unmark_ida_decision;
|
|
|
|
%include "queue.hpp" |