[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.26 and 1.27

version 1.26, 2008/06/25 21:15:19 version 1.27, 2008/07/08 21:07:57
Line 110 
Line 110 
 int     fromatty;               /* input is from a terminal */  int     fromatty;               /* input is from a terminal */
 int     interactive;            /* interactively prompt on m* cmds */  int     interactive;            /* interactively prompt on m* cmds */
 int     confirmrest;            /* confirm rest of current m* cmd */  int     confirmrest;            /* confirm rest of current m* cmd */
   #ifndef SMALL
 int     debug;                  /* debugging level */  int     debug;                  /* debugging level */
   #endif /* !SMALL */
 int     bell;                   /* ring bell on cmd completion */  int     bell;                   /* ring bell on cmd completion */
 int     doglob;                 /* glob local file names */  int     doglob;                 /* glob local file names */
 int     autologin;              /* establish user account on connection */  int     autologin;              /* establish user account on connection */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27