From 63691d7a0f51ca09df58b30d4e62a173b70c4c17 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Sep 2005 10:27:31 +0000 Subject: Rename isafile -> is_a_file, isidletimout -> is_idletimeout to keep clear of ctype.h namespace. svn path=/trunk/; revision=4322 --- driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index b78baa25..50331450 100644 --- a/driver.c +++ b/driver.c @@ -75,7 +75,7 @@ static volatile int idletimeout = 0; /* timeout occured in idle stage? */ static jmp_buf restart; -int isidletimeout(void) +int is_idletimeout(void) /* last timeout occured in idle stage? */ { return idletimeout; @@ -640,7 +640,7 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, /* tell server we got it OK and resynchronize */ if (separatefetchbody && ctl->server.base_protocol->trail) { - if (outlevel >= O_VERBOSE && !isafile(1)) + if (outlevel >= O_VERBOSE && !is_a_file(1)) { fputc('\n', stdout); fflush(stdout); @@ -698,7 +698,7 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, /* tell server we got it OK and resynchronize */ if (ctl->server.base_protocol->trail) { - if (outlevel >= O_VERBOSE && !isafile(1)) + if (outlevel >= O_VERBOSE && !is_a_file(1)) { fputc('\n', stdout); fflush(stdout); -- cgit v1.2.3