[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.23 and 1.24

version 1.23, 2006/05/16 16:20:42 version 1.24, 2007/06/13 13:52:26
Line 160 
Line 160 
 char     *cursor_pos;           /* cursor position we're looking for */  char     *cursor_pos;           /* cursor position we're looking for */
 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 */
 #endif /* !SMALL */  #endif /* !SMALL */
   
 off_t   bytes;                  /* current # of bytes read */  off_t   bytes;                  /* current # of bytes read */

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