From c1e73a2736a5c7cce94d124738bda3a7c4653cec Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Wed, 31 Jul 2002 02:18:29 +0000 Subject: [PATCH] Version 0.2.0 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@496 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/rtp.h | 1 + res/res_crypto.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h index 7c66a85dab..791e46e9f8 100755 --- a/include/asterisk/rtp.h +++ b/include/asterisk/rtp.h @@ -46,6 +46,7 @@ int ast2rtp(int id); int rtp2ast(int id); +char *ast2rtpn(int id); #if defined(__cplusplus) || defined(c_plusplus) } diff --git a/res/res_crypto.c b/res/res_crypto.c index 6d9b4353ec..5ac2e441b5 100755 --- a/res/res_crypto.c +++ b/res/res_crypto.c @@ -81,11 +81,13 @@ struct ast_key { static struct ast_key *keys = NULL; + +#if 0 static int fdprint(int fd, char *s) { return write(fd, s, strlen(s) + 1); } - +#endif static int pw_cb(char *buf, int size, int rwflag, void *userdata) { struct ast_key *key = (struct ast_key *)userdata; -- GitLab