diff options
Diffstat (limited to 'src/libMsg')
| -rw-r--r-- | src/libMsg/MsgKit/Server.h | 2 | ||||
| -rw-r--r-- | src/libMsg/src/Server.cpp | 6 |
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) {} + |
