From b01e554d2043e8c85036b483c515c3df854a3a98 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" <esr@thyrsus.com> Date: Mon, 20 Jul 1998 04:32:12 +0000 Subject: is_ip_alias -> checkalias. svn path=/trunk/; revision=1983 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 5f9eef5a..a1f27b54 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -380,6 +380,7 @@ void escapes(const char *, char *); char *visbuf(const char *); char *showproto(int); void dump_config(struct runctl *runp, struct query *querylist); +int is_host_alias(const char *, struct query *); void yyerror(const char *); int yylex(void); -- cgit v1.2.3