Tidied OTR messages

This commit is contained in:
James Booth
2014-01-16 23:16:37 +00:00
parent 3f73cb7732
commit 45aee2e778
3 changed files with 28 additions and 10 deletions

View File

@@ -85,6 +85,7 @@ gboolean (*ui_current_win_is_otr)(void);
void (*ui_current_set_otr)(gboolean value);
char* (*ui_current_recipient)(void);
void (*ui_current_print_line)(const char * const msg, ...);
void (*ui_current_print_formatted_line)(const char show_chat, int attrs, const char * const msg, ...);
void (*ui_current_error_line)(const char * const msg);
void (*ui_current_page_off)(void);