about summary refs log tree commit diff stats
path: root/src/ui/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index 6d93c434..3cf593e8 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -28,6 +28,8 @@ ProfWin * wins_get_console(void);
 ProfWin * wins_get_current(void);
 void wins_set_current_by_num(int i);
 ProfWin * wins_get_by_num(int i);
+ProfWin * wins_get_next(void);
+ProfWin * wins_get_previous(void);
 ProfWin * wins_get_by_recipient(const char * const recipient);
 int wins_get_num(ProfWin *window);
 int wins_get_current_num(void);