diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-08-15 18:40:43 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-15 18:40:43 +0000 | 
| commit | 16215e80d22c8675e92406e94b1b140b1e10cf8c (patch) | |
| tree | f33553e92934e50165d9b320d7285184596f7a2a | |
| parent | 658c7e8afcc350719fa5e674a055c55ed5c25028 (diff) | |
-
| -rw-r--r-- | include/curl/curl.h | 11 | 
1 files changed, 2 insertions, 9 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index ec8d182b5..ff1341a56 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -84,7 +84,7 @@ typedef size_t (*curl_read_callback)(char *buffer,                                       void *instream);  typedef int (*curl_passwd_callback)(void *clientp, -                                    char *prompt, +                                    const char *prompt,                                      char *buffer,                                      int buflen); @@ -286,11 +286,6 @@ typedef enum {       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), @@ -511,10 +506,8 @@ CURLcode curl_global_init(long flags);     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) */  | 
