summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/cdr.h2
-rw-r--r--include/asterisk/config.h2
-rw-r--r--include/asterisk/rtp.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 5d2322c01..0e694cdfc 100644
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -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);
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index aa639aaae..2f23f2a43 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -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);
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index d35be0ce4..c64f76684 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -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)
}