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-04-30 22:41:53 +0100
committerJames Booth <boothj5@gmail.com>2014-04-30 22:41:53 +0100
commiteaa19598c1fa6fdc168e6cce12c56f348c26a227 (patch)
treef0af40c48cea3f62981d532283593ccb0a568210 /src/ui/ui.h
parent8994b3769c4b1af94b557e443339f845f8b9a9fd (diff)
downloadprofani-tty-eaa19598c1fa6fdc168e6cce12c56f348c26a227.tar.gz
Added ui functions for otr authentication
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 6853e0c7..9bf07fd1 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -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);