From: Luigi Rizzo Date: Wed, 3 May 2006 17:37:47 +0000 (+0000) Subject: document that ast_cdr_answer is happy with a NULL argument X-Git-Tag: 1.4.0-beta1~1593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a2c4547b8363ea2d48e6fee20fa682aad387e2;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h index b08f0fd7bf..33413bc34e 100644 --- a/include/asterisk/cdr.h +++ b/include/asterisk/cdr.h @@ -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);