mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:13:06 +03:00
removed curl_formparse() from the library
This commit is contained in:
parent
c63af5fc01
commit
2960d37d71
9 changed files with 24 additions and 277 deletions
|
|
@ -795,7 +795,6 @@ typedef enum {
|
|||
|
||||
#else
|
||||
/* This is set if CURL_NO_OLDIES is defined at compile-time */
|
||||
#define curl_formparse "curl_formparse is obsolete"
|
||||
#undef CURLOPT_DNS_USE_GLOBAL_CACHE /* soon obsolete */
|
||||
#endif
|
||||
|
||||
|
|
@ -853,13 +852,6 @@ typedef enum {
|
|||
extern int (curl_strequal)(const char *s1, const char *s2);
|
||||
extern int (curl_strnequal)(const char *s1, const char *s2, size_t n);
|
||||
|
||||
#ifdef CURL_OLDSTYLE
|
||||
/* DEPRECATED function to build formdata. Stop using this, it will cease
|
||||
to exist. */
|
||||
int curl_formparse(char *, struct curl_httppost **,
|
||||
struct curl_httppost **_post);
|
||||
#endif
|
||||
|
||||
/* name is uppercase CURLFORM_<name> */
|
||||
#ifdef CFINIT
|
||||
#undef CFINIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue