summaryrefslogtreecommitdiff
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-05-03 17:37:47 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-05-03 17:37:47 +0000
commitd7a2c4547b8363ea2d48e6fee20fa682aad387e2 (patch)
tree153f2b13e6c85dced4f5317fd04e84f1f14f66ed /include/asterisk/cdr.h
parentd1caf26728d0a7973feb283a5d76c899007969db (diff)
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
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);