Add API calls for iterating through an event. This should allow events to have multiple information elements (while there was nothing preventing it before you could not actually access any except the first one).

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-08-29 15:19:11 +00:00
parent f9d5c43b87
commit 2351d789fd
3 changed files with 102 additions and 11 deletions

View File

@@ -138,5 +138,6 @@ enum ast_event_subscriber_res {
struct ast_event;
struct ast_event_ie;
struct ast_event_sub;
struct ast_event_iterator;
#endif /* AST_EVENT_DEFS_H */