summaryrefslogtreecommitdiffhomepage
path: root/src/libMsg
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 05:46:39 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 05:46:39 +0100
commit71712510e7e93b6ea2159251998287d6e3b9d077 (patch)
tree9801209c3e81d3b56e3205a434183c19a8772c41 /src/libMsg
parent0ca3a9f2453e3d9a9b4d96d3eb3b55e416939f30 (diff)
chore: kernel: DmaKit and Semaphore tweaks.
chore: cpp_style: C++ style specs update. chore: src: update copyright year. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libMsg')
-rw-r--r--src/libMsg/MsgKit/Server.h2
-rw-r--r--src/libMsg/src/Server.cpp6
2 files changed, 7 insertions, 1 deletions
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 <libMsg/MsgKit/Server.h>
+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) {}
+