aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
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