From 0f2b8e100986b415f808ea815ecb747330f21595 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Thu, 2 Jul 2020 22:30:40 +0200 Subject: [PATCH] Connections => Ctx --- src/ipc/lowlevel.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/lowlevel.cr b/src/ipc/lowlevel.cr index eb8b282..615abf9 100644 --- a/src/ipc/lowlevel.cr +++ b/src/ipc/lowlevel.cr @@ -117,5 +117,5 @@ lib LibIPC # for testing purposes fun ipc_switching_print (switch : Switchings*) # Void 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