diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 (); |