modified pgrsTime() to the new functionality

This commit is contained in:
Daniel Stenberg
2000-11-06 15:32:16 +00:00
parent 71fb701168
commit e05922c428
2 changed files with 14 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ typedef enum {
TIMER_CONNECT,
TIMER_PRETRANSFER,
TIMER_POSTRANSFER,
TIMER_STARTSINGLE,
TIMER_LAST /* must be last */
} timerid;