1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00
This commit is contained in:
Daniel Stenberg 2001-08-15 18:40:43 +00:00
parent 658c7e8afc
commit 16215e80d2

View File

@ -84,7 +84,7 @@ typedef size_t (*curl_read_callback)(char *buffer,
void *instream); void *instream);
typedef int (*curl_passwd_callback)(void *clientp, typedef int (*curl_passwd_callback)(void *clientp,
char *prompt, const char *prompt,
char *buffer, char *buffer,
int buflen); int buflen);
@ -286,11 +286,6 @@ typedef enum {
is simply passed to the callback unmodified */ is simply passed to the callback unmodified */
CINIT(WRITEHEADER, OBJECTPOINT, 29), CINIT(WRITEHEADER, OBJECTPOINT, 29),
#ifdef MULTIDOC
/* send linked list of MoreDoc structs */
CINIT(MOREDOCS, OBJECTPOINT, 30),
#endif
/* point to a file to read the initial cookies from, also enables /* point to a file to read the initial cookies from, also enables
"cookie awareness" */ "cookie awareness" */
CINIT(COOKIEFILE, OBJECTPOINT, 31), CINIT(COOKIEFILE, OBJECTPOINT, 31),
@ -511,10 +506,8 @@ CURLcode curl_global_init(long flags);
that uses libcurl */ that uses libcurl */
void curl_global_cleanup(void); void curl_global_cleanup(void);
/* This is the version number */ /* This is the version number */
#define LIBCURL_VERSION "7.8.1-pre3" #define LIBCURL_VERSION "7.8.1-pre5"
#define LIBCURL_VERSION_NUM 0x070801 #define LIBCURL_VERSION_NUM 0x070801
/* linked-list structure for the CURLOPT_QUOTE option (and other) */ /* linked-list structure for the CURLOPT_QUOTE option (and other) */