aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-25 10:27:31 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-25 10:27:31 +0000
commit63691d7a0f51ca09df58b30d4e62a173b70c4c17 (patch)
tree8bc2b1b31ffce1045bb8ae8860bcc0c339d6ccdb /daemon.c
parent9edd6d0a0ad275cc7a893bb27a5fc2143dcbc2d0 (diff)
downloadfetchmail-63691d7a0f51ca09df58b30d4e62a173b70c4c17.tar.gz
fetchmail-63691d7a0f51ca09df58b30d4e62a173b70c4c17.tar.bz2
fetchmail-63691d7a0f51ca09df58b30d4e62a173b70c4c17.zip
Rename isafile -> is_a_file, isidletimout -> is_idletimeout
to keep clear of ctype.h namespace. svn path=/trunk/; revision=4322
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index 83de920d..dabfb9a6 100644
--- a/daemon.c
+++ b/daemon.c
@@ -259,7 +259,7 @@ nottyDetach:
return(0);
}
-flag isafile(int fd)
+flag is_a_file(int fd)
/* is the given fd attached to a file? (used to control logging) */
{
struct stat stbuf;