summaryrefslogtreecommitdiff
path: root/main/sdp_state.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-05-02 05:19:59 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-02 05:19:59 -0500
commit1d6429b269afd3a03565e31ee27f8e1ff9b4ea3c (patch)
treef1358faf31d680c34ca8b753b91fa9f365a5e791 /main/sdp_state.c
parent090c6b702ee7b92a48d9bdc1dad46526fca1403f (diff)
parentede90e4aa56b6654e86ceefc6d2944526a5f182c (diff)
Merge "SDP: Make SDP translation to/from internal representation more const."
Diffstat (limited to 'main/sdp_state.c')
-rw-r--r--main/sdp_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sdp_state.c b/main/sdp_state.c
index c00175a11..953f90c36 100644
--- a/main/sdp_state.c
+++ b/main/sdp_state.c
@@ -1084,7 +1084,7 @@ int ast_sdp_state_set_remote_sdp(struct ast_sdp_state *sdp_state, const struct a
return merge_sdps(sdp_state, sdp);
}
-int ast_sdp_state_set_remote_sdp_from_impl(struct ast_sdp_state *sdp_state, void *remote)
+int ast_sdp_state_set_remote_sdp_from_impl(struct ast_sdp_state *sdp_state, const void *remote)
{
struct ast_sdp *sdp;
int ret;