From e70c1c53237ff773a0e802642db04fe58a6deb22 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 25 Aug 2025 14:28:57 +0200 Subject: fix: MsgKit: use `struct LIBMSG_EXPR` instead of `LIBMSG_EXPR` for C programs. Signed-off-by: Amlal El Mahrouss --- dev/libMsg/MsgKit/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/libMsg/MsgKit/Server.h') diff --git a/dev/libMsg/MsgKit/Server.h b/dev/libMsg/MsgKit/Server.h index 4fa73ccc..022aa425 100644 --- a/dev/libMsg/MsgKit/Server.h +++ b/dev/libMsg/MsgKit/Server.h @@ -33,7 +33,7 @@ struct LIBMSG_EXPR final { }; /// @brief Function type for LibMSG lisp. -typedef Void (*libmsg_func_t)(LIBMSG_EXPR* self, VoidPtr arg, SizeT arg_size); +typedef Void (*libmsg_func_t)(struct LIBMSG_EXPR* self, VoidPtr arg, SizeT arg_size); IMPORT_C Void libmsg_init_library(libmsg_func_t* funcs, SizeT cnt); IMPORT_C UInt32 libmsg_close_library(Void); -- cgit v1.2.3