summaryrefslogtreecommitdiffhomepage
path: root/dev/libMsg/MsgKit/Server.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-08-09 08:56:53 +0100
committerGitHub <noreply@github.com>2025-08-09 08:56:53 +0100
commit408be791647c015c99963cc1b6d710f58d729dec (patch)
tree35efb24716c331ee6bbe38e6fb0c8ab90079a373 /dev/libMsg/MsgKit/Server.h
parent9ac7b512ace3f8a3f5613dbf940484a9fa3c82c2 (diff)
refactor! rename `tooling` to `tools`
feat: BenchKit improvements and libMsg authorship refactors.
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);