mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
astobj2.h comment tweaks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -396,7 +396,7 @@ typedef void (*ao2_destructor_fn)(void *);
|
||||
*
|
||||
* \param data_size The sizeof() of the user-defined structure.
|
||||
* \param destructor_fn The destructor function (can be NULL)
|
||||
* \param debug_msg Ao2 object debug tracing message.
|
||||
* \param debug_msg An ao2 object debug tracing message.
|
||||
* \return A pointer to user-data.
|
||||
*
|
||||
* \details
|
||||
|
||||
Reference in New Issue
Block a user