[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.31 and 1.32

version 1.31, 2010/07/02 22:01:10 version 1.32, 2012/04/30 13:41:26
Line 165 
Line 165 
 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 */  int       resume;               /* continue transfer */
   char     *srcaddr;              /* source address to bind to */
 #endif /* !SMALL */  #endif /* !SMALL */
   
 off_t   bytes;                  /* current # of bytes read */  off_t   bytes;                  /* current # of bytes read */

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32