about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index e42505bc..529e0f92 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -59,8 +59,7 @@ void ui_close(void);
 void ui_redraw(void);
 void ui_resize(void);
 GSList* ui_get_chat_recipients(void);
-gboolean ui_switch_win_num(const int i);
-gboolean ui_switch_win(ProfWin *win);
+void ui_switch_win(ProfWin *window);
 void ui_next_win(void);
 void ui_previous_win(void);
 void ui_sigwinch_handler(int sig);