search for: progressmeter_new

Displaying 1 result from an estimated 1 matches for "progressmeter_new".

2009 Oct 25
0
alternate output for progressmeter
...stype is set to nonzero this alternate output is selected. For selecting the alternate output it would only require some commandline option in scp.c and do the isatty check only when progresstype==0 Let me know your comments... Hans --- progressmeter.h ? ? 2006-03-26 05:30:02.000000000 +0200 +++ progressmeter_new.h 2009-10-24 20:35:35.168288539 +0200 @@ -23,5 +23,7 @@ ?* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ?*/ +extern int ? ? progresstype; + ?void ? start_progress_meter(char *, off_t, off_t *); ?void ? stop_progress_meter(void); --- progressmeter.c ? ? 2006-08-05 04:39:40.00...