mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -168,7 +168,7 @@ int ast_event_sub_append_ie_uint(struct ast_event_sub *sub,
|
||||
*
|
||||
* \retval 0 success
|
||||
* \retval non-zero failure
|
||||
* \since 1.6.3
|
||||
* \since 1.8
|
||||
*/
|
||||
int ast_event_sub_append_ie_bitflags(struct ast_event_sub *sub,
|
||||
enum ast_event_ie_type ie_type, uint32_t flags);
|
||||
@@ -481,7 +481,7 @@ int ast_event_append_ie_uint(struct ast_event **event, enum ast_event_ie_type ie
|
||||
*
|
||||
* \retval 0 success
|
||||
* \retval -1 failure
|
||||
* \since 1.6.3
|
||||
* \since 1.8
|
||||
*
|
||||
* The pointer to the event will get updated with the new location for the event
|
||||
* that now contains the appended information element. If the re-allocation of
|
||||
|
Reference in New Issue
Block a user