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 --- transact.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 136e7b69..ec625e6a 100644 --- a/transact.c +++ b/transact.c @@ -10,7 +10,7 @@ #include "config.h" #include #include -#include /* isspace() */ +#include #ifdef HAVE_MEMORY_H #include #endif /* HAVE_MEMORY_H */ @@ -1207,7 +1207,7 @@ int readheaders(int sock, free_str_list(&msgblk.recipients); return(PS_IOERR); } - else if ((run.poll_interval == 0 || nodetach) && outlevel >= O_VERBOSE && !isafile(1) && !run.use_syslog) + else if ((run.poll_interval == 0 || nodetach) && outlevel >= O_VERBOSE && !is_a_file(1) && !run.use_syslog) fputc('#', stdout); /* write error notifications */ @@ -1377,7 +1377,7 @@ int readbody(int sock, struct query *ctl, flag forward, int len) release_sink(ctl); return(PS_IOERR); } - else if (outlevel >= O_VERBOSE && !isafile(1) && !run.use_syslog) + else if (outlevel >= O_VERBOSE && !is_a_file(1) && !run.use_syslog) { fputc('*', stdout); fflush(stdout); @@ -1464,7 +1464,7 @@ int size; /* length of buffer */ { set_timeout(0); phase = oldphase; - if(isidletimeout()) + if(is_idletimeout()) { resetidletimeout(); return(PS_IDLETIMEOUT); -- cgit v1.2.3