I changed my mind. Remove ioctl() macro in setup.h instead.

This commit is contained in:
Gisle Vanem
2004-11-26 16:08:15 +00:00
parent f0e66d8c76
commit d85bc18178
4 changed files with 10 additions and 11 deletions

View File

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