summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-06 20:44:10 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-06 20:44:10 +0000
commit66a782e8ce28dba478e20f991dbc49230939fc07 (patch)
treec516bb6dadf954ca14a356ec63c2ecc50fd51379 /apps
parent61cfff7b8231c6e322130fc447f7c3dc49eda5c7 (diff)
make a global list head static
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_followme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index 1a2d68ed0..2303fcf68 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -164,7 +164,7 @@ static char sorryprompt[AST_CONFIG_MAX_PATH] = "followme/followme-sorry";
static AST_LIST_HEAD_STATIC(followmes, ast_call_followme);
-AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
+static AST_LIST_HEAD_NOLOCK(findme_user_listptr, findme_user);
static void free_numbers(struct ast_call_followme *f)
{