added prototype and defines for pgrsTime()

This commit is contained in:
Daniel Stenberg 2000-03-01 22:01:46 +00:00
parent 5fb1d20ed9
commit 28011b8f9c
1 changed files with 10 additions and 0 deletions

View File

@ -77,4 +77,14 @@ void pgrsUpdate(struct UrlData *data);
#define PGRS_HEADERS_OUT (1<<7) /* set when the headers have been written */
typedef enum {
TIMER_NONE,
TIMER_NAMELOOKUP,
TIMER_CONNECT,
TIMER_PRETRANSFER,
TIMER_POSTRANSFER,
TIMER_LAST /* must be last */
} timerid;
#endif /* __PROGRESS_H */