aboutsummaryrefslogtreecommitdiff
path: root/lib/progress.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-15 11:27:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-15 11:27:03 +0000
commit5931d43a36d092d0c6a266c8cf619814c2f62d22 (patch)
tree764dfffdd49112cf67782a386e171d8758179755 /lib/progress.h
parent8475a0df2f58a67466065249b5cb4df7ddb5bc12 (diff)
clean up start time and t_startsingle use so that redirect_time works properly
Diffstat (limited to 'lib/progress.h')
-rw-r--r--lib/progress.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/progress.h b/lib/progress.h
index dcfcaf7f3..ad9d6623e 100644
--- a/lib/progress.h
+++ b/lib/progress.h
@@ -1,10 +1,10 @@
#ifndef __PROGRESS_H
#define __PROGRESS_H
/***************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
@@ -12,7 +12,7 @@
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
- *
+ *
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
* furnished to do so, under the terms of the COPYING file.
@@ -37,7 +37,7 @@ typedef enum {
TIMER_REDIRECT,
TIMER_LAST /* must be last */
} timerid;
-
+
void Curl_pgrsDone(struct connectdata *);
void Curl_pgrsStartNow(struct SessionHandle *data);
void Curl_pgrsSetDownloadSize(struct SessionHandle *data, curl_off_t size);