Index: include/asterisk/astobj.h =================================================================== RCS file: /usr/cvsroot/asterisk/include/asterisk/astobj.h,v retrieving revision 1.14 diff -u -u -r1.14 astobj.h --- include/asterisk/astobj.h 4 May 2005 17:02:32 -0000 1.14 +++ include/asterisk/astobj.h 4 May 2005 20:37:48 -0000 @@ -466,7 +466,8 @@ * \note This macro does not destroy any objects, it simply unlinks * 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) \ ({ \