diff options
author | Marty Kuhrt <marty@kuhrt.net> | 2005-02-11 21:17:23 +0000 |
---|---|---|
committer | Marty Kuhrt <marty@kuhrt.net> | 2005-02-11 21:17:23 +0000 |
commit | fb53ed4c1f9550cc23ffb41ba66424eed4c67075 (patch) | |
tree | 42f204fa4ce4c0d37ce952fdbf94f4896442abeb /packages/vms/curlmsg_vms.h | |
parent | e719eb5b811a05dedb7c92f95bcf840d3a4a5ab4 (diff) |
re-sync'd with curlmsg.msg
Diffstat (limited to 'packages/vms/curlmsg_vms.h')
-rw-r--r-- | packages/vms/curlmsg_vms.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/vms/curlmsg_vms.h b/packages/vms/curlmsg_vms.h index 8dc2090aa..aa783bd8e 100644 --- a/packages/vms/curlmsg_vms.h +++ b/packages/vms/curlmsg_vms.h @@ -1,9 +1,12 @@ +/* $Id$ */ /* CURLMSG_VMS.H */ /* This defines the necessary bits to change CURLE_* error codes to VMS */ /* style error codes. CURLMSG.H is built from CURLMSG.SDL which is built */ /* from CURLMSG.MSG. The vms_cond array is used to return VMS errors by */ /* putting the VMS error codes into the array offset based on CURLE_* code. */ /* */ +/* If you update CURLMSG.MSG make sure to update this file to match. */ +/* */ #include "curlmsg.h" int vms_show = 0; /* @@ -67,7 +70,7 @@ long vms_cond[] = CURL_ABORTED_BY_CALLBACK, CURL_BAD_FUNCTION_ARGUMENT, CURL_BAD_CALLING_ORDER, - CURL_HTTP_PORT_FAILED, + CURL_INTERFACE_FAILED, CURL_BAD_PASSWORD_ENTERED, CURL_TOO_MANY_REDIRECTS, CURL_UNKNOWN_TELNET_OPTION, @@ -87,5 +90,8 @@ long vms_cond[] = CURL_LDAP_INVALID_URL, CURL_FILESIZE_EXCEEDED, CURL_FTP_SSL_FAILED, + CURL_SEND_FAIL_REWIND, + CURL_SSL_ENGINE_INITFAILED, + CURL_LOGIN_DENIED, CURL_CURL_LAST }; |