switch_callbacks now returns a LibC::Int as expected
This commit is contained in:
parent
243dff0e55
commit
2a46689a77
1 changed files with 1 additions and 1 deletions
|
@ -47,5 +47,5 @@ lib LibIPC
|
|||
# One of the callbacks can be "NULL" to keep the default callback, thus changing only input or output operations.
|
||||
fun switch_callbacks = ipc_set_switch_callbacks (Void*, LibC::Int,
|
||||
(LibC::Int, LibC::Char*, LibC::UInt64T* -> LibC::Char),
|
||||
(LibC::Int, LibC::Char*, LibC::UInt64T -> LibC::Char));
|
||||
(LibC::Int, LibC::Char*, LibC::UInt64T -> LibC::Char)) : LibC::Int
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue