about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-20 18:39:39 +0000
committerJames Booth <boothj5@gmail.com>2014-12-20 18:39:39 +0000
commit6800bf1cad19d3ec99a3c8333be5fae81a24954d (patch)
treec086feaef444b1665825c14c49d077af1e62ae83 /src/ui/ui.h
parentea267e2017c8e941166754d50180fdfbca85eefe (diff)
downloadprofani-tty-6800bf1cad19d3ec99a3c8333be5fae81a24954d.tar.gz
Fixed tests
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index ec8d38c0..59324113 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -109,6 +109,8 @@ int (*ui_current_win_index)(void);
 gboolean (*ui_current_win_is_otr)(void);
 void (*ui_current_set_otr)(gboolean value);
 
+ProfChatWin *(*ui_get_current_chat)(void);
+
 void (*ui_current_print_line)(const char * const msg, ...);
 void (*ui_current_print_formatted_line)(const char show_char, int attrs, const char * const msg, ...);
 void (*ui_current_error_line)(const char * const msg);