sockets are curl_socket_t to build cleaner

This commit is contained in:
Daniel Stenberg 2005-09-06 10:39:01 +00:00
parent 64298e528d
commit e8b77477c7

View File

@ -147,7 +147,7 @@ typedef struct tftp_state_data {
tftp_mode_t mode; tftp_mode_t mode;
tftp_error_t error; tftp_error_t error;
struct connectdata *conn; struct connectdata *conn;
int sockfd; curl_socket_t sockfd;
int retries; int retries;
int retry_time; int retry_time;
int retry_max; int retry_max;