mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 20:38:59 +00:00
rtp_engine.h: Remove extraneous semicolons.
Change-Id: Ib462633d396fa941379dfef648dcd2245e350084
This commit is contained in:
@@ -935,7 +935,7 @@ int ast_rtp_instance_set_requested_target_address(struct ast_rtp_instance *insta
|
|||||||
* \since 1.8
|
* \since 1.8
|
||||||
*/
|
*/
|
||||||
#define ast_rtp_instance_set_remote_address(instance, address) \
|
#define ast_rtp_instance_set_remote_address(instance, address) \
|
||||||
ast_rtp_instance_set_requested_target_address((instance), (address));
|
ast_rtp_instance_set_requested_target_address((instance), (address))
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Set the address that we are expecting to receive RTP on
|
* \brief Set the address that we are expecting to receive RTP on
|
||||||
@@ -1047,7 +1047,7 @@ void ast_rtp_instance_get_requested_target_address(struct ast_rtp_instance *inst
|
|||||||
* \since 1.8
|
* \since 1.8
|
||||||
*/
|
*/
|
||||||
#define ast_rtp_instance_get_remote_address(instance, address) \
|
#define ast_rtp_instance_get_remote_address(instance, address) \
|
||||||
ast_rtp_instance_get_incoming_source_address((instance), (address));
|
ast_rtp_instance_get_incoming_source_address((instance), (address))
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Get the requested target address of the remote endpoint and
|
* \brief Get the requested target address of the remote endpoint and
|
||||||
@@ -1083,7 +1083,7 @@ int ast_rtp_instance_get_and_cmp_requested_target_address(struct ast_rtp_instanc
|
|||||||
* \since 1.8
|
* \since 1.8
|
||||||
*/
|
*/
|
||||||
#define ast_rtp_instance_get_and_cmp_remote_address(instance, address) \
|
#define ast_rtp_instance_get_and_cmp_remote_address(instance, address) \
|
||||||
ast_rtp_instance_get_and_cmp_requested_target_address((instance), (address));
|
ast_rtp_instance_get_and_cmp_requested_target_address((instance), (address))
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Set the value of an RTP instance extended property
|
* \brief Set the value of an RTP instance extended property
|
||||||
|
|||||||
Reference in New Issue
Block a user