summaryrefslogtreecommitdiff
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-02-14 20:22:20 +0000
committerOlle Johansson <oej@edvina.net>2007-02-14 20:22:20 +0000
commit8ac0fb2bc3aad8ac1ee6d18175899a7bacd51dfb (patch)
treee555dc0a32c9ad1121e13d0ac88f2ab05905a38a /include/asterisk/cdr.h
parentdaa5f504ec1e5cc270f4de5253cf73352b09b7d9 (diff)
New CLI command "Core show settings" to list some core settings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/cdr.h')
-rw-r--r--include/asterisk/cdr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 35f20e6b1..9c081718d 100644
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -102,6 +102,9 @@ int ast_cdr_copy_vars(struct ast_cdr *to_cdr, struct ast_cdr *from_cdr);
typedef int (*ast_cdrbe)(struct ast_cdr *cdr);
+/*! \brief Return TRUE if CDR subsystem is enabled */
+int check_cdr_enabled(void);
+
/*! \brief Allocate a CDR record
* Returns a malloc'd ast_cdr structure, returns NULL on error (malloc failure)
*/