mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:53:32 +03:00
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.
This commit is contained in:
parent
0d6236f7e1
commit
4d17d6876e
29 changed files with 103 additions and 85 deletions
|
|
@ -118,6 +118,9 @@ Content-Disposition: form-data; name="FILECONTENT"
|
|||
|
||||
#include <time.h>
|
||||
|
||||
#ifndef CURL_OLDSTYLE
|
||||
#define CURL_OLDSTYLE 1 /* enable deprecated prototype for curl_formparse */
|
||||
#endif
|
||||
#include <curl/curl.h>
|
||||
#include "formdata.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue