summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-05-11 09:32:51 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-05-11 09:32:51 +0000
commite08e646252264f66fe3cc11da9fc77e9cbf0666c (patch)
tree2043868d2f892c1cfd975b34bb11cc4d190b6529 /channels
parent798b82e184fcc6ba9c31ac025ad7d0674b09178f (diff)
staticize a variable.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ea5e9312a..9c109b425 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1024,7 +1024,7 @@ static struct sockaddr_in outboundproxyip;
static int ourport;
static struct sockaddr_in debugaddr;
-struct ast_config *notify_types; /*!< The list of manual NOTIFY types we know how to send */
+static struct ast_config *notify_types; /*!< The list of manual NOTIFY types we know how to send */
/*---------------------------- Forward declarations of functions in chan_sip.c */
/*! \note Sorted up from start to build_rpid.... Will continue categorization in order to