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
1.4
Luigi Rizzo 21 years ago
parent d1caf26728
commit d7a2c4547b

@ -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);

Loading…
Cancel
Save