diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 08:24:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 08:24:13 +0000 |
commit | 2960d37d7172976dff3eb8953fb4ca5f17b4bc47 (patch) | |
tree | 449394bf956d65b694f44bbdfef12c64ef158a1c /include | |
parent | c63af5fc01333ea56f3d276100db0f7679bab271 (diff) |
removed curl_formparse() from the library
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index cd9f6454a..a0ef1a3c6 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 |