};
typedef int (*curl_progress_callback)(void *clientp,
- size_t dltotal,
- size_t dlnow,
- size_t ultotal,
- size_t ulnow);
+ double dltotal,
+ double dlnow,
+ double ultotal,
+ double ulnow);
typedef size_t (*curl_write_callback)(char *buffer,
size_t size,
void curl_global_cleanup(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.9.5-pre4"
+#define LIBCURL_VERSION "7.9.5-pre6"
#define LIBCURL_VERSION_NUM 0x070905
/* linked-list structure for the CURLOPT_QUOTE option (and other) */