about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 19:38:23 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 19:38:23 +0000
commit079ea5304b7bc99b07d2f05b2910ab370023c14d (patch)
tree284d37758af9592017e38effadeb986583ea5205 /src/ui/ui.h
parenteff2ef3859e66542b5ce16efd800c3ece63caf71 (diff)
downloadprofani-tty-079ea5304b7bc99b07d2f05b2910ab370023c14d.tar.gz
Moved _ask_password to UI module
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 5ec4debd..f6bb98ac 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -80,6 +80,7 @@ char * ui_recipient(int index);
 void ui_close_win(int index);
 gboolean ui_win_exists(int index);
 int ui_win_unread(int index);
+char * ui_ask_password(void);
 
 // ui events
 void ui_contact_typing(const char * const from);