mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
Doxygen cleanups/fixes.
Closes issue #10654, patch by snuffy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81560 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -163,12 +163,12 @@ struct ast_frame *ast_audiohook_write_list(struct ast_channel *chan, struct ast_
|
||||
void ast_audiohook_trigger_wait(struct ast_audiohook *audiohook);
|
||||
|
||||
/*! \brief Lock an audiohook
|
||||
* \param audiohook Audiohook structure
|
||||
* \param ah Audiohook structure
|
||||
*/
|
||||
#define ast_audiohook_lock(ah) ast_mutex_lock(&(ah)->lock)
|
||||
|
||||
/*! \brief Unlock an audiohook
|
||||
* \param audiohook Audiohook structure
|
||||
* \param ah Audiohook structure
|
||||
*/
|
||||
#define ast_audiohook_unlock(ah) ast_mutex_unlock(&(ah)->lock)
|
||||
|
||||
|
Reference in New Issue
Block a user