aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-04 08:24:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-04 08:24:13 +0000
commit2960d37d7172976dff3eb8953fb4ca5f17b4bc47 (patch)
tree449394bf956d65b694f44bbdfef12c64ef158a1c /include
parentc63af5fc01333ea56f3d276100db0f7679bab271 (diff)
removed curl_formparse() from the library
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h8
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