[Asterisk-cvs] asterisk/include/asterisk astobj.h,1.14,1.15
markster at lists.digium.com
markster at lists.digium.com
Wed May 4 15:43:37 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/sounds/dictate both_help.gsm, NONE,
1.1 enter_filename.gsm, NONE, 1.1 forhelp.gsm, NONE,
1.1 pause.gsm, NONE, 1.1 paused.gsm, NONE, 1.1 play_help.gsm,
NONE, 1.1 playback.gsm, NONE, 1.1 playback_mode.gsm, NONE,
1.1 record.gsm, NONE, 1.1 record_help.gsm, NONE,
1.1 record_mode.gsm, NONE, 1.1 truncating_audio.gsm, NONE, 1.1
- Next message: [Asterisk-cvs]
asterisk/pbx Makefile, 1.16, 1.17 pbx_wilcalu.c, 1.19, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) \
({ \
- Previous message: [Asterisk-cvs] asterisk/sounds/dictate both_help.gsm, NONE,
1.1 enter_filename.gsm, NONE, 1.1 forhelp.gsm, NONE,
1.1 pause.gsm, NONE, 1.1 paused.gsm, NONE, 1.1 play_help.gsm,
NONE, 1.1 playback.gsm, NONE, 1.1 playback_mode.gsm, NONE,
1.1 record.gsm, NONE, 1.1 record_help.gsm, NONE,
1.1 record_mode.gsm, NONE, 1.1 truncating_audio.gsm, NONE, 1.1
- Next message: [Asterisk-cvs]
asterisk/pbx Makefile, 1.16, 1.17 pbx_wilcalu.c, 1.19, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list