From 2dbdc2283dcdb1a6a22762302da69a78ce86e13d Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Tue, 5 Sep 2006 08:17:17 +0000 Subject: [PATCH] - highlight_line should be static --- list.c | 2 +- list.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/list.c b/list.c index 3051691..9b39b7e 100644 --- a/list.c +++ b/list.c @@ -422,7 +422,7 @@ goto_end() refresh_list(); } -void +static void highlight_line(WINDOW *win, int line) { wstandout(win); diff --git a/list.h b/list.h index 8f6e4a0..45b00f8 100644 --- a/list.h +++ b/list.h @@ -43,7 +43,6 @@ void list_invert_curitem_selection(); void move_curitem(int direction); void goto_home(); void goto_end(); -void highlight_line(WINDOW *win, int line); int selected_items(); void invert_selection(); int list_is_empty(); -- 2.39.2