[BACK]Return to ftp_var.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.18 and 1.19

version 1.18, 1999/12/08 12:57:06 version 1.19, 2000/06/21 19:22:54
Line 152 
Line 152 
 int     dirchange;              /* remote directory changed by cd command */  int     dirchange;              /* remote directory changed by cd command */
 unsigned int retry_connect;     /* retry connect if failed */  unsigned int retry_connect;     /* retry connect if failed */
 int     ttywidth;               /* width of tty */  int     ttywidth;               /* width of tty */
   int     epsv4;                  /* use EPSV/EPRT on IPv4 connections */
   int     epsv4bad;               /* EPSV doesn't work on the current server */
   
 #ifndef SMALL  #ifndef SMALL
 int       editing;              /* command line editing enabled */  int       editing;              /* command line editing enabled */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19