CURLE_LDAP_INVALID_URL added (by Henrik Storner)

This commit is contained in:
Daniel Stenberg 2003-09-01 08:22:21 +00:00
parent 5629eeaec2
commit 96d9ddee38
1 changed files with 1 additions and 0 deletions

View 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;