summaryrefslogtreecommitdiff
path: root/include/asterisk/event.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-08-29 16:03:51 +0000
committerJoshua Colp <jcolp@digium.com>2007-08-29 16:03:51 +0000
commitc9445d4a684fbacdf6d2502ce82da46c6720ff38 (patch)
tree7c653bbdc7436b0bb37db74b701171c62191b172 /include/asterisk/event.h
parentd99440e2ed9800aec8b19440451ff24a4454594a (diff)
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
Diffstat (limited to 'include/asterisk/event.h')
-rw-r--r--include/asterisk/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/event.h b/include/asterisk/event.h
index 767ef1cee..3133234bc 100644
--- a/include/asterisk/event.h
+++ b/include/asterisk/event.h
@@ -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