Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated definitions added to RPG binding

This commit is contained in:
Patrick Monnerat 2009-03-03 09:57:21 +00:00
parent a1f455551f
commit 2876329f16
1 changed files with 29 additions and 0 deletions

View File

@ -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