[asterisk-commits] trunk r24463 - /trunk/include/asterisk/cdr.h
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed May 3 10:37:48 MST 2006
Author: rizzo
Date: Wed May 3 12:37:47 2006
New Revision: 24463
URL: http://svn.digium.com/view/asterisk?rev=24463&view=rev
Log:
document that ast_cdr_answer is happy with a NULL argument
Modified:
trunk/include/asterisk/cdr.h
Modified: trunk/include/asterisk/cdr.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/cdr.h?rev=24463&r1=24462&r2=24463&view=diff
==============================================================================
--- trunk/include/asterisk/cdr.h (original)
+++ trunk/include/asterisk/cdr.h Wed May 3 12:37:47 2006
@@ -166,6 +166,7 @@
/*!
* \param cdr the cdr you wish to associate with the call
* Starts all CDR stuff necessary for doing CDR when answering a call
+ * NULL argument is just fine.
*/
void ast_cdr_answer(struct ast_cdr *cdr);
More information about the asterisk-commits
mailing list