Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16096/include/asterisk

Modified Files:
        astobj.h 
Log Message:
Fix minor doc issue (bug #4145)


Index: astobj.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/astobj.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- astobj.h    4 May 2005 17:02:32 -0000       1.14
+++ astobj.h    4 May 2005 19:50:36 -0000       1.15
@@ -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) \
        ({ \

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to