summaryrefslogtreecommitdiff
path: root/include/asterisk/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/event.h')
-rw-r--r--include/asterisk/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/event.h b/include/asterisk/event.h
index d0b912c2a..5ffef1f35 100644
--- a/include/asterisk/event.h
+++ b/include/asterisk/event.h
@@ -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