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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index e1ecb83b..937ab566 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -84,8 +84,8 @@ void title_bar_set_typing(gboolean is_typing);
 void title_bar_draw(void);
 
 // current window actions
-void win_current_close(void);
-void win_current_clear(void);
+void ui_close_current(void);
+void ui_clear_current(void);
 int win_current_is_console(void);
 int win_current_is_chat(void);
 int win_current_is_groupchat(void);