mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user