diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-28 09:26:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 09:26:40 +0200 |
| commit | 36f7cf9ca4eb917ffd09fdfa6abf04ee10f3dc7e (patch) | |
| tree | 1e388b162ba5d583bc39c9b23d71fd49224d1847 /dev/libMsg | |
| parent | 97f0b0d062f93040fb43ac5c882c40691c58ff7a (diff) | |
| parent | 2a85aaf252725ec5b3b70a5baf99cfacee6b120a (diff) | |
Merge pull request #59 from nekernel-org/dev
v0.0.4e2 — Boulder
Diffstat (limited to 'dev/libMsg')
| -rw-r--r-- | dev/libMsg/MsgKit/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
