diff --git a/apps/app_followme.c b/apps/app_followme.c index 1a2d68ed0e..2303fcf684 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) {