summaryrefslogtreecommitdiff
path: root/include/asterisk/sdp_state.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-04-27 05:38:07 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-04-27 05:38:07 -0500
commited69471f94058879b0fe7fa44bf4509dac98c449 (patch)
tree14ba924fd0f670518cb957eb2e9158d2e625252b /include/asterisk/sdp_state.h
parente478d2eb94ec98ad8004e1b4b634b53e70591f8d (diff)
parent32b3e36c683da0cea37a01c006037ff31f8a2b1d (diff)
Merge "SDP: Ensure SDPs "merge" properly."
Diffstat (limited to 'include/asterisk/sdp_state.h')
-rw-r--r--include/asterisk/sdp_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/sdp_state.h b/include/asterisk/sdp_state.h
index a186d7eef..7f25c2532 100644
--- a/include/asterisk/sdp_state.h
+++ b/include/asterisk/sdp_state.h
@@ -138,7 +138,7 @@ const void *ast_sdp_state_get_local_sdp_impl(struct ast_sdp_state *sdp_state);
*
* \since 15
*/
-void ast_sdp_state_set_remote_sdp(struct ast_sdp_state *sdp_state, struct ast_sdp *sdp);
+void ast_sdp_state_set_remote_sdp(struct ast_sdp_state *sdp_state, const struct ast_sdp *sdp);
/*!
* \brief Set the remote SDP from an Implementation