diff lib/gftp.h @ 484:632036c6e4a4

2004-6-15 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/sshv2.c src/gtk/gtkui.c src/text/textui.c - added support for RSA SecurID passwords * lib/sshv2.c - cleaned up the SSH login sequence even more. Removed ssh2_sftp_path and sshv2_use_sftp_subsys options. The sftp subsystem is now always used.
author masneyb
date Wed, 16 Jun 2004 00:59:07 +0000
parents 4376ffeab64e
children 7334a74db6f6
line wrap: on
line diff
--- a/lib/gftp.h	Sun Jun 13 14:25:18 2004 +0000
+++ b/lib/gftp.h	Wed Jun 16 00:59:07 2004 +0000
@@ -1044,6 +1044,11 @@
 					  char *title,
 					  char *question );
 
+char *gftpui_protocol_ask_user_input	( gftp_request * request,
+					  char *title,
+					  char *question,
+					  int shown );
+
 void gftpui_protocol_update_timeout 	( gftp_request * request );
 
 #endif