diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2009-03-03 09:57:21 +0000 |
---|---|---|
committer | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2009-03-03 09:57:21 +0000 |
commit | 2876329f162e9abc910c4f5b3c696f34d99a4bf9 (patch) | |
tree | b0e11f51072298e82dc6fd42e09b67f213558c74 /packages | |
parent | a1f455551f6dee3c625f2028fe556da5bf2f8fd6 (diff) |
Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated definitions added to RPG binding
Diffstat (limited to 'packages')
-rw-r--r-- | packages/OS400/curl.inc.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index d822896a0..d97e4376b 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -489,6 +489,31 @@ d CURLFTPMETHOD_SINGLECWD... d c 3 * + d CURLPROTO_HTTP... + d c X'0001' + d CURLPROTO_HTTPS... + d c X'0002' + d CURLPROTO_FTP... + d c X'0004' + d CURLPROTO_FTPS... + d c X'0008' + d CURLPROTO_SCP... + d c X'0010' + d CURLPROTO_SFTP... + d c X'0020' + d CURLPROTO_TELNET... + d c X'0040' + d CURLPROTO_LDAP... + d c X'0080' + d CURLPROTO_LDAPS... + d c X'0100' + d CURLPROTO_DICT... + d c X'0200' + d CURLPROTO_FILE... + d c X'0400' + d CURLPROTO_TFTP... + d c X'0800' + * d CURLoption s 10i 0 based(######ptr######) Enum d CURLOPT_FILE c 10001 d CURLOPT_WRITEDATA... @@ -811,6 +836,10 @@ d c 00179 d CURLOPT_SOCKS5_GSSAPI_NEC... d c 00180 + d CURLOPT_PROTOCOLS... + d c 00181 + d CURLOPT_REDIR_PROTOCOLS... + d c 00182 * d CURLOPT_POST301... d c 00161 Obsolescent |