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
1 changed files with 1 additions and 1 deletions

View File

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