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 18:47:37 +0100
committerJames Booth <boothj5@gmail.com>2013-04-21 18:47:37 +0100
commit954c9ededc3d822eb0b04b501d2e3f9e5c197ffa (patch)
tree1c62daa0ad2601eb9520971f3570abf56258572b /src/ui/ui.h
parentbf740d99974053a1eba0f2a2b7124aeaf657fdb0 (diff)
downloadprofani-tty-954c9ededc3d822eb0b04b501d2e3f9e5c197ffa.tar.gz
Renamed win_current_get_recipient -> ui_current_win_recipient
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index a6ad5791..11c91712 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -87,7 +87,7 @@ void title_bar_draw(void);
 void ui_close_current(void);
 void ui_clear_current(void);
 win_type_t ui_current_win_type(void);
-char* win_current_get_recipient(void);
+char* ui_current_win_recipient(void);
 void win_current_show(const char * const msg, ...);
 void win_current_bad_show(const char * const msg);
 void win_current_page_off(void);