Not needed here

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara 2004-01-13 08:46:46 +00:00
parent e88fdae17d
commit e46d9edc98
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ typedef struct rtp_info {
unsigned int port;
} rtp_info_t;
static struct sockaddr_in bindaddr;
/* This is a callback prototype function, called pass
DTMF down the RTP. */
typedef int (*send_digit_cb)(unsigned, char);