[BACK]Return to sftp-int.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/sftp-int.c between version 1.63 and 1.64

version 1.63, 2003/10/07 07:04:16 version 1.64, 2003/11/08 19:17:29
Line 52 
Line 52 
 /* This is set to 0 if the progressmeter is not desired. */  /* This is set to 0 if the progressmeter is not desired. */
 int showprogress = 1;  int showprogress = 1;
   
 /* Seperators for interactive commands */  /* Separators for interactive commands */
 #define WHITESPACE " \t\r\n"  #define WHITESPACE " \t\r\n"
   
 /* Define what type of ls view (0 - multi-column) */  /* Define what type of ls view (0 - multi-column) */

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64