about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-21 17:35:57 +0100
committerJames Booth <boothj5@gmail.com>2013-04-21 17:35:57 +0100
commit345c21bbce2596591118ccd459c3104d49557ba0 (patch)
treedcb2a2a1c8ce64ee59f31e650d18660f2f15f188 /src/ui/ui.h
parent4257fc87e58d43dfc93117e68f0ce4970ffd3e65 (diff)
downloadprofani-tty-345c21bbce2596591118ccd459c3104d49557ba0.tar.gz
Renamed clear and close functions in ui
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);