[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.24 and 1.25

version 1.24, 2007/06/13 13:52:26 version 1.25, 2007/11/26 12:39:00
Line 161 
Line 161 
 size_t    cursor_argc;          /* location of cursor in margv */  size_t    cursor_argc;          /* location of cursor in margv */
 size_t    cursor_argo;          /* offset of cursor in margv[cursor_argc] */  size_t    cursor_argo;          /* offset of cursor in margv[cursor_argc] */
 char     *cookiefile;           /* cookie jar to use */  char     *cookiefile;           /* cookie jar to use */
   int       resume;               /* continue transfer */
 #endif /* !SMALL */  #endif /* !SMALL */
   
 off_t   bytes;                  /* current # of bytes read */  off_t   bytes;                  /* current # of bytes read */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25