diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 04:32:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 04:32:12 +0000 |
commit | b01e554d2043e8c85036b483c515c3df854a3a98 (patch) | |
tree | 1d7772458aa19b1998159bbb932194f2bfc083e8 /fetchmail.h | |
parent | b75b43db636a92444be6224e56c765edece19fc3 (diff) | |
download | fetchmail-b01e554d2043e8c85036b483c515c3df854a3a98.tar.gz fetchmail-b01e554d2043e8c85036b483c515c3df854a3a98.tar.bz2 fetchmail-b01e554d2043e8c85036b483c515c3df854a3a98.zip |
is_ip_alias -> checkalias.
svn path=/trunk/; revision=1983
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |