aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 23:08:06 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 23:08:06 +0000
commite1bdf6e7ef8f759080b2b2bdd99b623db24ce138 (patch)
treed425a23754dcbd13f4d2dcb527fadd5aabe56d99 /rtp.c
parentbddd8bab575774511245de47fd7c07e6b06d976f (diff)
Bug 4377 - Initial round of loader changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10084 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'rtp.c')
-rw-r--r--rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtp.c b/rtp.c
index 87e8d129f..8437e4324 100644
--- a/rtp.c
+++ b/rtp.c
@@ -1871,7 +1871,7 @@ static struct ast_cli_entry cli_debug =
static struct ast_cli_entry cli_no_debug =
{{ "rtp", "no", "debug", NULL } , rtp_no_debug, "Disable RTP debugging", no_debug_usage };
-void ast_rtp_reload(void)
+int ast_rtp_reload(void)
{
struct ast_config *cfg;
char *s;
@@ -1923,7 +1923,7 @@ void ast_rtp_reload(void)
}
if (option_verbose > 1)
ast_verbose(VERBOSE_PREFIX_2 "RTP Allocating from port range %d -> %d\n", rtpstart, rtpend);
-
+ return 0;
}
/*! \brief Initialize the RTP system in Asterisk */