mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
12 lines
228 B
OpenEdge ABL
12 lines
228 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;
|
|
|
|
%include "queue.hpp" |