]> granicus.if.org Git - curl/commitdiff
use the correct struct name in the example
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Sep 2004 20:42:44 +0000 (20:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Sep 2004 20:42:44 +0000 (20:42 +0000)
docs/libcurl/curl_formadd.3

index 366e6b07fd0971929943a9590a01eb96e87d9cc3..c8055afb96d6c9b1bf4ba1add437c34060d3640b 100644 (file)
@@ -129,8 +129,8 @@ defines.
 .SH EXAMPLE
 .nf
 
- struct HttpPost* post = NULL;
- struct HttpPost* last = NULL;
+ struct curl_httppost* post = NULL;
+ struct curl_httppost* last = NULL;
  char namebuffer[] = "name buffer";
  long namelength = strlen(namebuffer);
  char buffer[] = "test buffer";