diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 3cd5c104..eaf11fb0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -94,7 +94,7 @@ struct query int active; struct query *next; /* next query control block in chain */ struct query *leader; /* pointer to this query's SMTP leader */ - int smtp_socket; /* socket descriptor for SMTP connection */ + FILE *smtp_sockfp; /* socket descriptor for SMTP connection */ unsigned int uid; /* UID of user to deliver to */ char digest [DIGESTLEN]; /* md5 digest buffer */ #ifdef HAVE_GETHOSTBYNAME |