]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLE_LDAP_INVALID_URL added (by Henrik Storner)
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Sep 2003 08:22:21 +0000 (08:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Sep 2003 08:22:21 +0000 (08:22 +0000)
include/curl/curl.h

index b856fa956c051e8229a0ada8b3faaafc0a4bfc01..96a8b4b111c24582f7edba7131b1f0dbf2ebdcb9 100644 (file)
@@ -216,6 +216,7 @@ typedef enum {
   CURLE_SSL_CIPHER,              /* 59 - couldn't use specified cipher */
   CURLE_SSL_CACERT,              /* 60 - problem with the CA cert (path?) */
   CURLE_BAD_CONTENT_ENCODING,    /* 61 - Unrecognized transfer encoding */
+  CURLE_LDAP_INVALID_URL,        /* 62 - Invalid LDAP URL */
 
   CURL_LAST /* never use! */
 } CURLcode;