removed curl_formparse() from the library

This commit is contained in:
Daniel Stenberg
2004-05-04 08:24:13 +00:00
parent c63af5fc01
commit 2960d37d71
9 changed files with 24 additions and 277 deletions

View File

@@ -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