diff options
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); |