]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Replace 'HttpPost' with 'curl_httppost'.
authorGisle Vanem <gvanem@broadpark.no>
Sun, 17 Aug 2008 13:55:24 +0000 (13:55 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Sun, 17 Aug 2008 13:55:24 +0000 (13:55 +0000)
include/curl/curl.h

index b7555e0be929e67d301b5682e64c60810a86b147..c9a763537d679d9ebfe1f8134dd2041da23a485b 100644 (file)
@@ -658,7 +658,7 @@ typedef enum {
   /* This points to a linked list of headers, struct curl_slist kind */
   CINIT(HTTPHEADER, OBJECTPOINT, 23),
 
-  /* This points to a linked list of post entries, struct HttpPost */
+  /* This points to a linked list of post entries, struct curl_httppost */
   CINIT(HTTPPOST, OBJECTPOINT, 24),
 
   /* name of the file keeping your private SSL-certificate */
@@ -1284,7 +1284,7 @@ struct curl_forms {
  * CURL_FORMADD_MEMORY         if the allocation of a FormInfo struct failed
  * CURL_FORMADD_UNKNOWN_OPTION if an unknown option was used
  * CURL_FORMADD_INCOMPLETE     if the some FormInfo is not complete (or error)
- * CURL_FORMADD_MEMORY         if a HttpPost struct cannot be allocated
+ * CURL_FORMADD_MEMORY         if a curl_httppost struct cannot be allocated
  * CURL_FORMADD_MEMORY         if some allocation for string copying failed.
  * CURL_FORMADD_ILLEGAL_ARRAY  if an illegal option is used in an array
  *