From 2960d37d7172976dff3eb8953fb4ca5f17b4bc47 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 May 2004 08:24:13 +0000 Subject: removed curl_formparse() from the library --- include/curl/curl.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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_ */ #ifdef CFINIT #undef CFINIT -- cgit v1.2.3