aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-14 20:22:20 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-14 20:22:20 +0000
commit18b268814d2574f5330818b6a2b87176c7c71dd7 (patch)
treee555dc0a32c9ad1121e13d0ac88f2ab05905a38a /include/asterisk/cdr.h
parent21a2f91b3e8f9f685e22705409cc8a6d8f10403a (diff)
New CLI command "Core show settings" to list some core settings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54464 f38db490-d61c-443f-a65b-d21fe96a405b
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)
*/