mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07: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:
+1
-1
@@ -63,7 +63,7 @@ void ast_channels_init(void);
|
||||
/* Provided by dnsmgr.c */
|
||||
int dnsmgr_init(void);
|
||||
void dnsmgr_start_refresh(void);
|
||||
void dnsmgr_reload(void);
|
||||
int dnsmgr_reload(void);
|
||||
|
||||
/*!
|
||||
* \brief Register the version of a source code file with the core.
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -166,7 +166,7 @@ int ast_config_engine_register(struct ast_config_engine *newconfig);
|
||||
int ast_config_engine_deregister(struct ast_config_engine *del);
|
||||
|
||||
int register_config_cli(void);
|
||||
void read_config_maps(void);
|
||||
int read_config_maps(void);
|
||||
|
||||
struct ast_config *ast_config_new(void);
|
||||
struct ast_category *ast_config_get_current_category(const struct ast_config *cfg);
|
||||
|
||||
@@ -160,7 +160,7 @@ void ast_rtp_stop(struct ast_rtp *rtp);
|
||||
|
||||
void ast_rtp_init(void);
|
||||
|
||||
void ast_rtp_reload(void);
|
||||
int ast_rtp_reload(void);
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user