document that ast_cdr_answer is happy with a NULL argument

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-05-03 17:37:47 +00:00
parent d1caf26728
commit d7a2c4547b

View File

@@ -166,6 +166,7 @@ void ast_cdr_start(struct ast_cdr *cdr);
/*!
* \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);