From 4d17d6876e4b2f08380812c4ec113073b0a14639 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Jan 2004 13:56:45 +0000 Subject: Dan Fandrich's cleanup patch to make pedantic compiler options cause less warnings. Minor edits by me. --- lib/formdata.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/formdata.c') diff --git a/lib/formdata.c b/lib/formdata.c index ecfb0e559..31d14feb4 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -118,6 +118,9 @@ Content-Disposition: form-data; name="FILECONTENT" #include +#ifndef CURL_OLDSTYLE +#define CURL_OLDSTYLE 1 /* enable deprecated prototype for curl_formparse */ +#endif #include #include "formdata.h" -- cgit v1.2.3