X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fprogress.h;h=778dfa514b8450e22efd814b711303679b1062ca;hp=ec94c1d8e4e11b362e7c213025d4106b3349bee5;hb=8c2fd06ba80b5312b4540859d452664450ec054f;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d diff --git a/src/progress.h b/src/progress.h index ec94c1d8..778dfa51 100644 --- a/src/progress.h +++ b/src/progress.h @@ -1,6 +1,6 @@ /* Download progress. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, + 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -35,7 +35,7 @@ bool valid_progress_implementation_p (const char *); void set_progress_implementation (const char *); void progress_schedule_redirect (void); -void *progress_create (wgint, wgint); +void *progress_create (const char *, wgint, wgint); bool progress_interactive_p (void *); void progress_update (void *, wgint, double); void progress_finish (void *, double);