summaryrefslogtreecommitdiff
path: root/cp/msg/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cp/msg/msg.h')
-rw-r--r--cp/msg/msg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cp/msg/msg.h b/cp/msg/msg.h
index 42962e946d..19a3f068b5 100644
--- a/cp/msg/msg.h
+++ b/cp/msg/msg.h
@@ -84,7 +84,7 @@ msg_check_wrong_mme_const_values (const msg_mme_t *msg);
* \return pointer to the message
*/
msg_mme_t *
-msg_sending_common_part(const mac_address_t oda, msg_param_t *msg_param);
+msg_sending_common_part(msg_mme_t *msg, const mac_address_t oda, msg_param_t *msg_param);
/**
* \brief add field common to all mme messages (OSA)
@@ -94,8 +94,7 @@ msg_sending_common_part(const mac_address_t oda, msg_param_t *msg_param);
* \return
*/
void
-//msg_send(msg_mme_t *msg, uint msg_size, interf_id_t interf_id, msg_param_t msg_param);
-msg_send(msg_mme_t *msg, uint msg_size, msg_param_t msg_param);
+msg_send(msg_mme_t *msg, u16 msg_size, msg_param_t msg_param);
#endif