mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merge "SDP: Make SDP translation to/from internal representation more const."
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user