aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/astobj.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-04 19:50:36 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-04 19:50:36 +0000
commitbeabc5e3e5e6890d991e66f6c556c1287847085f (patch)
tree0a0bd738929d7902251c74d022577e958958875a /include/asterisk/astobj.h
parent3aea9a1dc72c50caece12b2a299f3a9a0dd6c639 (diff)
Fix minor doc issue (bug #4145)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5580 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/astobj.h')
-rwxr-xr-xinclude/asterisk/astobj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h
index 951534121..ca18cf53c 100755
--- a/include/asterisk/astobj.h
+++ b/include/asterisk/astobj.h
@@ -466,7 +466,8 @@ extern "C" {
* \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) \
({ \