]> granicus.if.org Git - curl/commitdiff
CURLFORM_ARRAYSTART and ARRAYEND are now history
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Mar 2002 12:09:52 +0000 (12:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Mar 2002 12:09:52 +0000 (12:09 +0000)
include/curl/curl.h

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