aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-16 02:50:46 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-16 02:50:46 +0000
commitdd5109df85bea6488cfc0a382049b06a5b9d1cb5 (patch)
tree39c8cada755920170ead80735399ae198b7d23ae /include/asterisk
parenta03b20a405bfe3d0e78b3276b3133f4968774d12 (diff)
Make RTP ports configurable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1026 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-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