Fixed tests

This commit is contained in:
James Booth
2014-12-20 18:39:39 +00:00
parent ea267e2017
commit 6800bf1cad
7 changed files with 43 additions and 7 deletions

View File

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