X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/95d1f782e772c5dd39d718409edabe1eca92690d..fd6de02e0406522ba0cfff43d6be5b0201200b95:/src/src/routers/dnslookup.h diff --git a/src/src/routers/dnslookup.h b/src/src/routers/dnslookup.h index 974fd47fe..57dd7e50a 100644 --- a/src/src/routers/dnslookup.h +++ b/src/src/routers/dnslookup.h @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/routers/dnslookup.h,v 1.2 2005/01/04 10:00:44 ph10 Exp $ */ +/* $Cambridge: exim/src/src/routers/dnslookup.h,v 1.3 2005/09/12 15:09:55 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -33,7 +33,7 @@ extern dnslookup_router_options_block dnslookup_router_option_defaults; /* The main and initialization entry points for the router */ extern int dnslookup_router_entry(router_instance *, address_item *, - struct passwd *, BOOL, address_item **, address_item **, + struct passwd *, int, address_item **, address_item **, address_item **, address_item **); extern void dnslookup_router_init(router_instance *);