[BACK]Return to ftp_var.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / ftp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.29 and 1.30

version 1.29, 1999/01/23 15:46:24 version 1.30, 1999/03/08 04:36:13
Line 120  char bytename[32];  /* local byte size i
Line 120  char bytename[32];  /* local byte size i
 int     bytesize;               /* local byte size in binary */  int     bytesize;               /* local byte size in binary */
 int     anonftp;                /* automatic anonymous login */  int     anonftp;                /* automatic anonymous login */
 int     dirchange;              /* remote directory changed by cd command */  int     dirchange;              /* remote directory changed by cd command */
 int     flushcache;             /* set http cache flush headers with request */  int     flushcache;             /* set HTTP cache flush headers with request */
 int     retry_connect;          /* seconds between retrying connection */  int     retry_connect;          /* seconds between retrying connection */
 int     ttywidth;               /* width of tty */  int     ttywidth;               /* width of tty */
 char   *tmpdir;                 /* temporary directory */  char   *tmpdir;                 /* temporary directory */
Line 144  char   *hostname;  /* name of host conne
Line 144  char   *hostname;  /* name of host conne
 int     unix_server;            /* server is unix, can use binary for ascii */  int     unix_server;            /* server is unix, can use binary for ascii */
 int     unix_proxy;             /* proxy is unix, can use binary for ascii */  int     unix_proxy;             /* proxy is unix, can use binary for ascii */
   
 in_port_t       ftpport;        /* port number to use for ftp connections */  in_port_t       ftpport;        /* port number to use for FTP connections */
 in_port_t       httpport;       /* port number to use for http connections */  in_port_t       httpport;       /* port number to use for HTTP connections */
 in_port_t       gateport;       /* port number to use for gateftp connections */  in_port_t       gateport;       /* port number to use for gateftp connections */
   
 const char      *ftpproxy;      /* ftp:// proxy server */  const char      *ftpproxy;      /* ftp:// proxy server */

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>