about summary refs log tree commit diff stats
path: root/src/ui/window_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window_list.h')
-rw-r--r--src/ui/window_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window_list.h b/src/ui/window_list.h
index c79e9dd7..003e1dc5 100644
--- a/src/ui/window_list.h
+++ b/src/ui/window_list.h
@@ -72,6 +72,7 @@ ProfWin* wins_get_by_string(const char *str);
 
 ProfWin* wins_get_next(void);
 ProfWin* wins_get_previous(void);
+ProfWin* wins_get_next_unread(void);
 int wins_get_num(ProfWin *window);
 int wins_get_current_num(void);
 void wins_close_current(void);