From 18b268814d2574f5330818b6a2b87176c7c71dd7 Mon Sep 17 00:00:00 2001 From: oej Date: Wed, 14 Feb 2007 20:22:20 +0000 Subject: 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 --- include/asterisk/cdr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asterisk/cdr.h') 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) */ -- cgit v1.2.3