mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Fix minor doc issue (bug #4145)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -466,7 +466,8 @@ extern "C" {
|
|||||||
* \note This macro does not destroy any objects, it simply unlinks
|
* \note This macro does not destroy any objects, it simply unlinks
|
||||||
* them from the list. No destructors are called.
|
* them from the list. No destructors are called.
|
||||||
*
|
*
|
||||||
* \return The object unlinked or NULL if no matching object was found.
|
* \return The container's reference to the removed object or NULL if no
|
||||||
|
* matching object was found.
|
||||||
*/
|
*/
|
||||||
#define ASTOBJ_CONTAINER_UNLINK(container,obj) \
|
#define ASTOBJ_CONTAINER_UNLINK(container,obj) \
|
||||||
({ \
|
({ \
|
||||||
|
Reference in New Issue
Block a user