[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.33 and 1.34

version 1.33, 2013/12/24 13:00:59 version 1.34, 2014/07/11 03:31:52
Line 181 
Line 181 
 #ifndef SMALL  #ifndef SMALL
 char *httpsport;                /* port number to use for https connections */  char *httpsport;                /* port number to use for https connections */
 #endif /* !SMALL */  #endif /* !SMALL */
   char *httpuseragent;            /* user agent for http(s) connections */
 char *gateport;                 /* port number to use for gateftp connections */  char *gateport;                 /* port number to use for gateftp connections */
   
 jmp_buf toplevel;               /* non-local goto stuff for cmd scanner */  jmp_buf toplevel;               /* non-local goto stuff for cmd scanner */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34