mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 04:32:44 +00:00
To keep others happy... revert part of my additions so trunk works.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -450,7 +450,7 @@ enum ast_event_ie_type ast_event_iterator_get_ie_type(struct ast_event_iterator
|
||||
*
|
||||
* \return This returns the payload of the information element as a uint.
|
||||
*/
|
||||
uint32_t ast_event_iteragor_get_ie_uint(struct ast_event_iterator *iterator);
|
||||
uint32_t ast_event_iterator_get_ie_uint(struct ast_event_iterator *iterator);
|
||||
|
||||
/*!
|
||||
* \brief Get the value of the current IE in the iterator as a string payload
|
||||
|
Reference in New Issue
Block a user