From 0abdc15849655ba7059604c834759bdc5db43773 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Oct 1996 06:10:50 +0000 Subject: STEP 1: Make all methods take file pointer arguments. svn path=/trunk/; revision=444 --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 356e48f6..3cd5c104 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -150,8 +150,8 @@ extern char *user; /* name of invoking user */ /* prototypes for globally callable functions */ #if defined(HAVE_STDARG_H) -void gen_send (int socket, char *, ... ); -int gen_transact (int socket, char *, ... ); +void gen_send (FILE *sockfp, char *, ... ); +int gen_transact (FILE *sockfp, char *, ... ); #else void gen_send (); int gen_transact (); -- cgit v1.2.3