diff lib/gftp.h @ 442:9d03253b00d0

2004-3-20 Brian Masney <masneyb@gftp.org> * Officially release 2.0.17pre0 * lib/gftp.h src/uicommon/gftpui.c lib/rfc959.c - if the connection timed out to the server, return GFTP_ETIMEDOUT. In the UI, if this error code is returned, immediately reconnect to the server and retry the operation * lib/rfc959.c - if the return value from rfc959_send_command() is < 0, then make sure the exact value is returned instead of GFTP_ERETRYABLE
author masneyb
date Sat, 20 Mar 2004 19:36:05 +0000
parents ef3ea9f70d8a
children 83cfffb2878a
line wrap: on
line diff
--- a/lib/gftp.h	Sat Mar 20 19:17:48 2004 +0000
+++ b/lib/gftp.h	Sat Mar 20 19:36:05 2004 +0000
@@ -173,6 +173,7 @@
 #define GFTP_ENOTRANS		-4		/* Custom error. This is
 						   returned when a FXP transfer
 						   is requested */
+#define GFTP_ETIMEDOUT		-5		/* Connected timed out */
 
 /* Some general settings */
 #define BASE_CONF_DIR		"~/.gftp"