summaryrefslogtreecommitdiff
path: root/lib/progress.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-06 15:32:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-06 15:32:16 +0000
commite05922c4285bf72b2246c9909703c7411f98163b (patch)
tree44ed9a02acc9a74b99b657275cc30ed818a1f0d9 /lib/progress.h
parent71fb70116891920a71eeaa9daac7f54294e8caf7 (diff)
downloadcurl-e05922c4285bf72b2246c9909703c7411f98163b.tar.gz
modified pgrsTime() to the new functionality
Diffstat (limited to 'lib/progress.h')
-rw-r--r--lib/progress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/progress.h b/lib/progress.h
index a85b46df5..f289ff0e8 100644
--- a/lib/progress.h
+++ b/lib/progress.h
@@ -49,6 +49,7 @@ typedef enum {
TIMER_CONNECT,
TIMER_PRETRANSFER,
TIMER_POSTRANSFER,
+ TIMER_STARTSINGLE,
TIMER_LAST /* must be last */
} timerid;