aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-03 17:37:47 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-03 17:37:47 +0000
commit17eefffe91486990926654c3c62442e8c3b20b6d (patch)
tree153f2b13e6c85dced4f5317fd04e84f1f14f66ed /include/asterisk/cdr.h
parent05304ec8ee838d9fa6fd36d4dbaa7dbf3e94f1ba (diff)
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
Diffstat (limited to 'include/asterisk/cdr.h')
-rw-r--r--include/asterisk/cdr.h1
1 files changed, 1 insertions, 0 deletions
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);