summaryrefslogtreecommitdiff
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-01-13 08:46:46 +0000
committerJeremy McNamara <jj@nufone.net>2004-01-13 08:46:46 +0000
commite46d9edc98ea390524c16d9d1bd6c67b543394d6 (patch)
tree233fe53f037707d5c1e26ded6f53ef00a55cb427 /channels/h323/chan_h323.h
parente88fdae17dc08e6f052c361d6a9862d5f102eb8e (diff)
Not needed here
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2016 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index e6076b1e0..138290fc4 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -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);