aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-21 11:48:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-21 11:48:48 +0000
commit2c0418f154afbdc8f4d27d63d4329d3364be9c75 (patch)
tree4f498640c928cee7dbd683867d59b34f485a8f2f
parenta74e885befcded7dd958563badaaf8a5f29587aa (diff)
Julien Chaffraix removed an old obsolete typedef
-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 fcefafc08..3d31086c3 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -242,14 +242,6 @@ typedef curl_socket_t
curlsocktype purpose,
struct curl_sockaddr *address);
-#ifndef CURL_NO_OLDIES
- /* not used since 7.10.8, will be removed in a future release */
-typedef int (*curl_passwd_callback)(void *clientp,
- const char *prompt,
- char *buffer,
- int buflen);
-#endif
-
typedef enum {
CURLIOE_OK, /* I/O operation successful */
CURLIOE_UNKNOWNCMD, /* command was unknown to callback */