Added ui functions for otr authentication

This commit is contained in:
James Booth
2014-04-30 22:41:53 +01:00
parent 8994b3769c
commit eaa19598c1
3 changed files with 37 additions and 4 deletions

View File

@@ -92,6 +92,9 @@ void (*ui_current_error_line)(const char * const msg);
void (*ui_current_page_off)(void);
void (*ui_current_update_virtual)(void);
void (*ui_otr_authenticating)(const char * const recipient);
void (*ui_otr_authetication_waiting)(const char * const recipient);
win_type_t (*ui_win_type)(int index);
char * (*ui_recipient)(int index);
void (*ui_close_win)(int index);