CURLFORM_ARRAYSTART and ARRAYEND are now history

This commit is contained in:
Daniel Stenberg 2002-03-13 12:09:52 +00:00
parent 805a2f6f99
commit ce021b79a7
1 changed files with 3 additions and 3 deletions

View File

@ -576,13 +576,13 @@ typedef enum {
CFINIT(CONTENTSLENGTH), CFINIT(CONTENTSLENGTH),
CFINIT(FILECONTENT), CFINIT(FILECONTENT),
CFINIT(ARRAY), CFINIT(ARRAY),
CFINIT(ARRAY_START), /* below are the options allowed within a array */ CFINIT(OBSOLETE),
CFINIT(FILE), CFINIT(FILE),
CFINIT(CONTENTTYPE), CFINIT(CONTENTTYPE),
CFINIT(CONTENTHEADER), CFINIT(CONTENTHEADER),
CFINIT(FILENAME), CFINIT(FILENAME),
CFINIT(END), CFINIT(END),
CFINIT(ARRAY_END), /* up are the options allowed within a array */ CFINIT(OBSOLETE2),
CURLFORM_LASTENTRY /* the last unusued */ CURLFORM_LASTENTRY /* the last unusued */
} CURLformoption; } CURLformoption;
@ -624,7 +624,7 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void); void curl_global_cleanup(void);
/* This is the version number */ /* This is the version number */
#define LIBCURL_VERSION "7.9.5" #define LIBCURL_VERSION "7.9.5-cvs"
#define LIBCURL_VERSION_NUM 0x070905 #define LIBCURL_VERSION_NUM 0x070905
/* linked-list structure for the CURLOPT_QUOTE option (and other) */ /* linked-list structure for the CURLOPT_QUOTE option (and other) */