mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
This file really needs more documentation...
When we implement new API's - please include a small general overview in Doxygen git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -183,7 +183,7 @@ enum ast_event_subscriber_res ast_event_check_subscriber(enum ast_event_type typ
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! Send AST_EVENT_SUB events to this subscriber of ... subscriber events */
|
/*! \brief Send AST_EVENT_SUB events to this subscriber of ... subscriber events */
|
||||||
void ast_event_report_subs(const struct ast_event_sub *event_sub)
|
void ast_event_report_subs(const struct ast_event_sub *event_sub)
|
||||||
{
|
{
|
||||||
struct ast_event *event;
|
struct ast_event *event;
|
||||||
|
Reference in New Issue
Block a user