]> granicus.if.org Git - curl/commitdiff
Julien Chaffraix removed an old obsolete typedef
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2010 11:48:48 +0000 (11:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2010 11:48:48 +0000 (11:48 +0000)
include/curl/curl.h

index fcefafc088eee0e8103bf9ec9e53daa348559853..3d31086c3174c825e4575f2247771a04d9ff3f7f 100644 (file)
@@ -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 */