[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.3 and 1.4

version 1.3, 1996/06/26 05:33:37 version 1.4, 1996/10/31 14:36:56
Line 87 
Line 87 
 char    bytename[32];           /* local byte size in ascii */  char    bytename[32];           /* local byte size in ascii */
 int     bytesize;               /* local byte size in binary */  int     bytesize;               /* local byte size in binary */
 int     anonftp;                /* force an anonftp login */  int     anonftp;                /* force an anonftp login */
   int     retry_connect;          /* retry connect if failed */
   
 char    *hostname;              /* name of host connected to */  char    *hostname;              /* name of host connected to */
 int     unix_server;            /* server is unix, can use binary for ascii */  int     unix_server;            /* server is unix, can use binary for ascii */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4