mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-01 18:09:41 +00:00
Bug 4377 - Initial round of loader changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -286,7 +286,7 @@ extern char ast_default_accountcode[AST_MAX_ACCOUNT_CODE];
|
||||
struct ast_cdr *ast_cdr_append(struct ast_cdr *cdr, struct ast_cdr *newcdr);
|
||||
|
||||
/*! Reload the configuration file cdr.conf and start/stop CDR scheduling thread */
|
||||
void ast_cdr_engine_reload(void);
|
||||
int ast_cdr_engine_reload(void);
|
||||
|
||||
/*! Load the configuration file cdr.conf and possibly start the CDR scheduling thread */
|
||||
int ast_cdr_engine_init(void);
|
||||
|
Reference in New Issue
Block a user