I changed my mind. Remove ioctl() macro in setup.h instead.
This commit is contained in:
@@ -847,9 +847,9 @@ struct UserDefined {
|
||||
curl_read_callback fread; /* function that reads the input */
|
||||
curl_progress_callback fprogress; /* function for progress information */
|
||||
curl_debug_callback fdebug; /* function that write informational data */
|
||||
curl_ioctl_callback ioctrl; /* function for I/O control */
|
||||
curl_ioctl_callback ioctl; /* function for I/O control */
|
||||
void *progress_client; /* pointer to pass to the progress callback */
|
||||
void *ioctrl_client; /* pointer to pass to the ioctrl callback */
|
||||
void *ioctl_client; /* pointer to pass to the ioctl callback */
|
||||
long timeout; /* in seconds, 0 means no timeout */
|
||||
long connecttimeout; /* in seconds, 0 means no timeout */
|
||||
long ftp_response_timeout; /* in seconds, 0 means no timeout */
|
||||
|
Reference in New Issue
Block a user