Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
6f080f15
Commit
6f080f15
authored
9 years ago
by
zuul
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "rtp_engine.h: Remove extraneous semicolons."
parents
062857ec
803a2fc2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/asterisk/rtp_engine.h
+3
-3
3 additions, 3 deletions
include/asterisk/rtp_engine.h
with
3 additions
and
3 deletions
include/asterisk/rtp_engine.h
+
3
−
3
View file @
6f080f15
...
...
@@ -935,7 +935,7 @@ int ast_rtp_instance_set_requested_target_address(struct ast_rtp_instance *insta
* \since 1.8
*/
#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
...
...
@@ -1047,7 +1047,7 @@ void ast_rtp_instance_get_requested_target_address(struct ast_rtp_instance *inst
* \since 1.8
*/
#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
...
...
@@ -1083,7 +1083,7 @@ int ast_rtp_instance_get_and_cmp_requested_target_address(struct ast_rtp_instanc
* \since 1.8
*/
#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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment