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 366e6b0..c8055af 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";