curl-library
Re: Obsolete error codes
Date: Fri, 31 Aug 2007 15:19:13 +0200
On Thu, 30 Aug 2007, Dan Fandrich wrote
> I've just checked in the changes...
(Sorry for top posting: I did not keep a single message from the
original thread :-( )
Hi Dan,
Thanks for having updated the RPG /COPY file too. It compiles OK ==>
no mistakes :-)
Just a small suggestion (if it's not too late for this release):
We should also rename
typedef enum {
CURLFTPSSL_NONE,
CURLFTPSSL_TRY,
CURLFTPSSL_CONTROL,
CURLFTPSSL_ALL,
CURLFTPSSL_LAST
} curl_ftpssl;
to
typedef enum {
CURLUSESSL_NONE,
CURLUSESSL_TRY,
CURLUSESSL_CONTROL,
CURLUSESSL_ALL,
CURLUSESSL_LAST
} curl_usessl;
or something similar, because it's not specific to FTP anymore...
Regards,
Patrick
Received on 2007-08-31