diff lib/gftp.h @ 426:c5d14dca70c3

2004-3-16 Brian Masney <masneyb@gftp.org> * lib/ftpcommon.h lib/gftp.h lib/rfc959.c src/uicommon/gftpui.c - fixes so that FXP transfers work again
author masneyb
date Tue, 16 Mar 2004 14:50:10 +0000
parents 4cee2498761d
children 1d45758e5cf5
line wrap: on
line diff
--- a/lib/gftp.h	Tue Mar 16 12:23:54 2004 +0000
+++ b/lib/gftp.h	Tue Mar 16 14:50:10 2004 +0000
@@ -168,6 +168,9 @@
 #define GFTP_ERETRYABLE_NO_WAIT	-3		/* Temporary failure. The GUI
 						   should not wait and should
 						   reconnect */
+#define GFTP_ENOTRANS		-4		/* Custom error. This is
+						   returned when a FXP transfer
+						   is requested */
 
 /* Some general settings */
 #define BASE_CONF_DIR		"~/.gftp"