aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-11 09:32:51 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-11 09:32:51 +0000
commitcdd2d3aa632fcaf1a5604bb3ce40f9dbdfa1435f (patch)
tree2043868d2f892c1cfd975b34bb11cc4d190b6529 /channels
parentd9c2da609036c081b96d1985fb7c74b300668cbc (diff)
staticize a variable.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26801 f38db490-d61c-443f-a65b-d21fe96a405b
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