From 71712510e7e93b6ea2159251998287d6e3b9d077 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 28 Feb 2026 05:46:39 +0100 Subject: chore: kernel: DmaKit and Semaphore tweaks. chore: cpp_style: C++ style specs update. chore: src: update copyright year. Signed-off-by: Amlal El Mahrouss --- src/libMsg/MsgKit/Server.h | 2 +- src/libMsg/src/Server.cpp | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src/libMsg') diff --git a/src/libMsg/MsgKit/Server.h b/src/libMsg/MsgKit/Server.h index 189715df..5fa3ef9d 100644 --- a/src/libMsg/MsgKit/Server.h +++ b/src/libMsg/MsgKit/Server.h @@ -13,7 +13,7 @@ /// @author Amlal El Mahrouss /// @file Server.h -/// @brief libMsg LISP system. +/// @brief The libMsg LISP system. struct LIBMSG_EXPR; diff --git a/src/libMsg/src/Server.cpp b/src/libMsg/src/Server.cpp index 9331670a..e9086c2c 100644 --- a/src/libMsg/src/Server.cpp +++ b/src/libMsg/src/Server.cpp @@ -4,3 +4,9 @@ #include +IMPORT_C UInt32 libmsg_close_library(Void) { return 0; } + +IMPORT_C UInt32 libmsg_eval_expr(struct LIBMSG_EXPR* head) { return 0; } + +IMPORT_C Void libmsg_init_library(libmsg_func_type* funcs, SizeT cnt) {} + -- cgit v1.2.3