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 --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index bd992827..b3868592 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -465,7 +465,7 @@ void report_at_line (); /* driver.c -- main driver loop */ void set_timeout(int); -int isidletimeout(void); +int is_idletimeout(void); void resetidletimeout(void); int do_protocol(struct query *, const struct method *); @@ -648,7 +648,7 @@ void dump_config(struct runctl *runp, struct query *querylist); int is_host_alias(const char *, struct query *); char *host_fqdn(void); char *rfc822timestamp(void); -flag isafile(int); +flag is_a_file(int); char *rfc2047e(const char*, const char *); void yyerror(const char *); -- cgit v1.2.3