summaryrefslogtreecommitdiff
path: root/include/asterisk/rtp.h
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 /include/asterisk/rtp.h
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 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h2
1 files changed, 1 insertions, 1 deletions
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)
}