[BACK]Return to progressbar.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/progressbar.h between version 1.7 and 1.8

version 1.7, 2008/09/30 03:41:53 version 1.8, 2009/04/12 10:18:52
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 1996-2008 The NetBSD Foundation, Inc.   * Copyright (c) 1996-2009 The NetBSD Foundation, Inc.
  * All rights reserved.   * All rights reserved.
  *   *
  * This code is derived from software contributed to The NetBSD Foundation   * This code is derived from software contributed to The NetBSD Foundation
Line 59  GLOBAL int fromatty; /* input is from a 
Line 59  GLOBAL int fromatty; /* input is from a 
 GLOBAL  int     verbose;        /* print messages coming back from server */  GLOBAL  int     verbose;        /* print messages coming back from server */
 GLOBAL  int     quit_time;      /* maximum time to wait if stalled */  GLOBAL  int     quit_time;      /* maximum time to wait if stalled */
   
 GLOBAL  char   *direction;      /* direction transfer is occurring */  GLOBAL  const char  *direction; /* direction transfer is occurring */
   
 GLOBAL  sigjmp_buf toplevel;    /* non-local goto stuff for cmd scanner */  GLOBAL  sigjmp_buf toplevel;    /* non-local goto stuff for cmd scanner */
 #endif  /* !STANDALONE_PROGRESS */  #endif  /* !STANDALONE_PROGRESS */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>