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.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);