aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-20 22:01:53 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-20 22:01:53 +0000
commitb0e90f202d6b6fe07dbece6a437cfa8afebdc95b (patch)
tree671d8650b6e48650564af2af9e0f25ce7bfb949b /include/asterisk/rtp.h
parent50b8702a9c4b3678c87d6db0238c6efc9f267992 (diff)
Don't destory rtp until destroy, use rtp_stop instead
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@668 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/rtp.h')
-rwxr-xr-xinclude/asterisk/rtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 769656cd0..6ae6b0a2c 100755
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -95,6 +95,8 @@ int ast_rtp_proto_register(struct ast_rtp_protocol *proto);
void ast_rtp_proto_unregister(struct ast_rtp_protocol *proto);
+void ast_rtp_stop(struct ast_rtp *rtp);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif