aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-16 16:06:06 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-16 16:06:06 +0000
commitce6979248459ab1a2f4b6174dc26323b7d1c8e56 (patch)
treec67df82b87593d54b2cebb385de539f8968f9ea8 /res/res_phoneprov.c
parente062ea7c24994b7ffd19b887128151499e74a652 (diff)
Make users list static
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@98962 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_phoneprov.c')
-rw-r--r--res/res_phoneprov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index a8a8ec53c..f34803353 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -137,7 +137,7 @@ struct http_route {
static struct ao2_container *profiles;
static struct ao2_container *http_routes;
-AST_RWLIST_HEAD_STATIC(users, user);
+static AST_RWLIST_HEAD_STATIC(users, user);
/*! \brief Extensions whose mime types we think we know */
static struct {