From 17eefffe91486990926654c3c62442e8c3b20b6d Mon Sep 17 00:00:00 2001 From: rizzo Date: Wed, 3 May 2006 17:37:47 +0000 Subject: document that ast_cdr_answer is happy with a NULL argument git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24463 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/cdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h index b08f0fd7b..33413bc34 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); -- cgit v1.2.3