]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
make a global list head static
authorRussell Bryant <russell@russellbryant.com>
Tue, 6 Jun 2006 20:44:10 +0000 (20:44 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 6 Jun 2006 20:44:10 +0000 (20:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32699 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_followme.c

index 1a2d68ed0e43e650ac6cc1cef205d044a15a108d..2303fcf684797bf4ec0cd7aae8a22e7f3498c5ae 100644 (file)
@@ -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)
 {