X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Frouters%2Faccept.h;h=f452b1a4372ad118da929ba5feb89459cda8d33c;hb=184e88237dea64ce48076cdd0184612d057cbafd;hp=421b8f923e28582a661b48ebbdb82a5f8477ac88;hpb=c988f1f4faa9f679f79beddf3c14676c5dcb8e28;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/routers/accept.h b/src/src/routers/accept.h index 421b8f923..f452b1a43 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.5 2007/01/08 10:50:20 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2007 */ /* 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 *);