switch_callbacks now returns a LibC::Int as expected

master
Philippe PITTOLI 2024-06-19 13:23:33 +02:00
parent 243dff0e55
commit 2a46689a77
1 changed files with 1 additions and 1 deletions

View File

@ -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