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

Diff for /src/usr.bin/ssh/progressmeter.c between version 1.1 and 1.2

version 1.1, 2003/01/10 08:19:07 version 1.2, 2003/01/12 16:57:02
Line 65 
Line 65 
 #include <libgen.h>  #include <libgen.h>
   
 #include "atomicio.h"  #include "atomicio.h"
   #include "progressmeter.h"
   
 /* Number of seconds before xfer considered "stalled". */  /* Number of seconds before xfer considered "stalled". */
 #define STALLTIME       5  #define STALLTIME       5
Line 81 
Line 82 
 static int get_tty_width(void);  static int get_tty_width(void);
   
 /* Visual statistics about files as they are transferred. */  /* Visual statistics about files as they are transferred. */
 static void draw_progress_meter();  static void draw_progress_meter(void);
   
 /* Time a transfer started. */  /* Time a transfer started. */
 static struct timeval start;  static struct timeval start;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2