--- curlold/lib/formdata.c 2006-07-19 14:49:30.596804000 -0400 +++ curlnew/lib/formdata.c 2006-07-19 14:49:43.476804000 -0400 @@ -1574,10 +1574,10 @@ return CURL_FORMADD_DISABLED; } -CURLFORMCode curl_formget(struct curl_httppost *post, void *arg, - curl_formget_callback append) +int curl_formget(struct curl_httppost *form, void *arg, + curl_formget_callback append) { - (void) post; + (void) form; (void) arg; (void) append; return CURL_FORMADD_DISABLED;