summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-05-01 17:01:20 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-01 17:01:20 -0500
commit9af53d3563047f9849cdaf3883a6b00340242236 (patch)
tree90362c7a5cde6620fef5cde171387b89a5367966 /include/asterisk
parentb67423c8a317f870a91a85a7af92e3d799c32ad8 (diff)
parentd71c6e3bfd0db7b069da326c155766b679de552f (diff)
Merge "SDP: Make ast_sdp_state_set_remote_sdp() return error."
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/sdp_state.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asterisk/sdp_state.h b/include/asterisk/sdp_state.h
index 1382ed6af..88660b6c7 100644
--- a/include/asterisk/sdp_state.h
+++ b/include/asterisk/sdp_state.h
@@ -146,9 +146,12 @@ const void *ast_sdp_state_get_local_sdp_impl(struct ast_sdp_state *sdp_state);
* \param sdp_state
* \param sdp
*
+ * \retval 0 Success
+ * \retval non-0 Failure
+ *
* \since 15
*/
-void ast_sdp_state_set_remote_sdp(struct ast_sdp_state *sdp_state, const struct ast_sdp *sdp);
+int 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