Really add a prototype for tui_rehighlight_all.

This commit is contained in:
Eli Zaretskii 2015-01-16 19:55:40 +02:00
parent 4c347be60a
commit 2ef60e94e7
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ extern void tui_scroll (enum tui_scroll_direction,
extern void tui_set_win_focus_to (struct tui_win_info *);
extern void tui_resize_all (void);
extern void tui_refresh_all_win (void);
extern void tui_rehighlight_all (void);
extern chtype tui_border_ulcorner;
extern chtype tui_border_urcorner;