X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c988f1f4faa9f679f79beddf3c14676c5dcb8e28..0a49a7a4f1090b6f1ce1d0f9d969804c9226b53e:/src/src/routers/accept.h diff --git a/src/src/routers/accept.h b/src/src/routers/accept.h index 421b8f923..8da42c580 100644 --- a/src/src/routers/accept.h +++ b/src/src/routers/accept.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/routers/accept.h,v 1.2 2005/01/04 10:00:44 ph10 Exp $ */ +/* $Cambridge: exim/src/src/routers/accept.h,v 1.6 2009/11/16 19:50:38 nm4 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options (there aren't any). */ @@ -25,7 +25,7 @@ extern accept_router_options_block accept_router_option_defaults; /* The main and initialization entry points for the router */ extern int accept_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 accept_router_init(router_instance *);