Archived
3
0

Connections => Ctx

This commit is contained in:
Karchnu 2020-07-02 22:30:40 +02:00
parent 7afd12e242
commit 0f2b8e1009

View File

@ -117,5 +117,5 @@ lib LibIPC
# for testing purposes # for testing purposes
fun ipc_switching_print (switch : Switchings*) # Void fun ipc_switching_print (switch : Switchings*) # Void
fun service_path (path : LibC::Char*, sname : LibC::Char*, index : Int32, version : Int32) : IPCError fun service_path (path : LibC::Char*, sname : LibC::Char*, index : Int32, version : Int32) : IPCError
fun ipc_connections_print (Connections*) # Void fun ipc_ctx_print (Ctx*) # Void
end end