os400: include new options in wrappers and update ILE/RPG binding.

This commit is contained in:
Patrick Monnerat
2015-08-24 14:20:34 +02:00
parent e7d171da6b
commit aec249f89f
3 changed files with 9 additions and 0 deletions

View File

@@ -679,6 +679,7 @@ curl_easy_getinfo_ccsid(CURL * curl, CURLINFO info, ...)
break;
case CURLINFO_TLS_SESSION:
case CURLINFO_SOCKET:
break;
default:
@@ -1133,6 +1134,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
case CURLOPT_COOKIELIST:
case CURLOPT_CRLFILE:
case CURLOPT_CUSTOMREQUEST:
case CURLOPT_DEFAULT_PROTOCOL:
case CURLOPT_DNS_SERVERS:
case CURLOPT_EGDSOCKET:
case CURLOPT_ENCODING: