summaryrefslogtreecommitdiffhomepage
path: root/dev/libMsg/MsgKit/Server.h
diff options
context:
space:
mode:
author0xf00sec <159052166+0xf00sec@users.noreply.github.com>2025-08-09 20:14:37 +0000
committerGitHub <noreply@github.com>2025-08-09 20:14:37 +0000
commitcfd80c4212d449c9b33cc9d18b05da6b3d2c52bc (patch)
tree77d15a66a6d600b72ddf69ff257a7692ed485ae5 /dev/libMsg/MsgKit/Server.h
parentd9f1a4f656ced76df3f23eeec678e1a3be1fd432 (diff)
parent7ada9006860084ba5d72b517649d1b2d51e4484a (diff)
Merge branch 'nekernel-org:dev' into dev
Diffstat (limited to 'dev/libMsg/MsgKit/Server.h')
-rw-r--r--dev/libMsg/MsgKit/Server.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/libMsg/MsgKit/Server.h b/dev/libMsg/MsgKit/Server.h
index aee0dbdd..4fa73ccc 100644
--- a/dev/libMsg/MsgKit/Server.h
+++ b/dev/libMsg/MsgKit/Server.h
@@ -12,6 +12,9 @@
#include <libSystem/SystemKit/System.h>
#endif
+/// @author Amlal El Mahrouss
+/// @brief libMsg LISP system.
+
struct LIBMSG_EXPR;
/// @brief an expression chain of LibMSG.
@@ -34,5 +37,4 @@ typedef Void (*libmsg_func_t)(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);
-
IMPORT_C UInt32 libmsg_eval_expr(struct LIBMSG_EXPR* head);