aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
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 30639a5cd..d9530a7db 100755
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -61,6 +61,8 @@ int ast_rtp_senddigit(struct ast_rtp *rtp, char digit);
int ast_rtp_settos(struct ast_rtp *rtp, int tos);
+void ast_rtp_setnat(struct ast_rtp *rtp, int nat);
+
int ast2rtp(int id);
int rtp2ast(int id);