mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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 */
|
#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 */
|
#endif /* __PROGRESS_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user