summaryrefslogtreecommitdiff
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-16 02:50:46 +0000
committerMark Spencer <markster@digium.com>2003-05-16 02:50:46 +0000
commitb0760f8006153d3db23a2026777ada3a10bf8f9c (patch)
tree39c8cada755920170ead80735399ae198b7d23ae /include/asterisk/rtp.h
parentf345e8a77c6ab2be3dddb8f8246bc14bea2d2416 (diff)
Make RTP ports configurable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/rtp.h')
-rwxr-xr-xinclude/asterisk/rtp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index e0b83bb0f..c183cb1bd 100755
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -99,6 +99,10 @@ void ast_rtp_proto_unregister(struct ast_rtp_protocol *proto);
void ast_rtp_stop(struct ast_rtp *rtp);
+void ast_rtp_init(void);
+
+void ast_rtp_reload(void);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif