mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added prototype and defines for pgrsTime()
This commit is contained in:
parent
5fb1d20ed9
commit
28011b8f9c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user