void *instream);
typedef int (*curl_passwd_callback)(void *clientp,
- char *prompt,
+ const char *prompt,
char *buffer,
int buflen);
is simply passed to the callback unmodified */
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
"cookie awareness" */
CINIT(COOKIEFILE, OBJECTPOINT, 31),
that uses libcurl */
void curl_global_cleanup(void);
-
-
/* This is the version number */
-#define LIBCURL_VERSION "7.8.1-pre3"
+#define LIBCURL_VERSION "7.8.1-pre5"
#define LIBCURL_VERSION_NUM 0x070801
/* linked-list structure for the CURLOPT_QUOTE option (and other) */