diff lib/gftp.h @ 469:2ad1916dc611

2004-5-16 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c lib/gftp.h - added gftpui_protocol_update_timeout() * lib/protocols.c - 64 bit fixes. Check to see if the remote site disconnected
author masneyb
date Sun, 16 May 2004 12:52:12 +0000
parents 075f89b4395c
children 97fd5eb34be0
line wrap: on
line diff
--- a/lib/gftp.h	Fri May 14 11:08:55 2004 +0000
+++ b/lib/gftp.h	Sun May 16 12:52:12 2004 +0000
@@ -1040,5 +1040,7 @@
 					  char *title,
 					  char *question );
 
+void gftpui_protocol_update_timeout 	( gftp_request * request );
+
 #endif