aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_followme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-06 20:44:10 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-06 20:44:10 +0000
commitbb7727aa15f694675daa9dd5ec5546d0ca6b2567 (patch)
treec516bb6dadf954ca14a356ec63c2ecc50fd51379 /apps/app_followme.c
parentc4fde238e99aabc39bf38aa71edfc1000663be70 (diff)
make a global list head static
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32699 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_followme.c')
-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)
{