mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 09:46:22 +00:00
Added ui functions for otr authentication
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user