summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-02-14 23:08:06 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-02-14 23:08:06 +0000
commitf1209276fd1c877e7560dcb9cddbbc71a2f5df45 (patch)
treed425a23754dcbd13f4d2dcb527fadd5aabe56d99 /rtp.c
parentff7a90829d623f89208e2f60402c3a321b8dbe35 (diff)
Bug 4377 - Initial round of loader changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 */