From f9f66749c22dcb49ed96d9aa43c4979d7b27742f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Oct 1996 06:47:56 +0000 Subject: STEP 4: Make SMTP functions take file pointer arguments. svn path=/trunk/; revision=447 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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 -- cgit v1.2.3