X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2Fmanualroute.h;h=9c20b6fa0777ed466292bf3953f897feb5c4c9ae;hb=93c931f83dfa0c448fbb4be09afe1d9fc753fe18;hp=af2bf6202dbb1320e0d801a37e022fe686b763f1;hpb=fd6de02e0406522ba0cfff43d6be5b0201200b95;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/routers/manualroute.h b/src/src/routers/manualroute.h index af2bf6202..9c20b6fa0 100644 --- a/src/src/routers/manualroute.h +++ b/src/src/routers/manualroute.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/routers/manualroute.h,v 1.3 2005/09/12 15:09:55 ph10 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. */ /* Header for the manualroute router */ @@ -12,8 +10,10 @@ /* Structure for the private options. */ typedef struct { + int hai_code; int hff_code; BOOL hosts_randomize; + uschar *host_all_ignored; uschar *host_find_failed; uschar *route_data; uschar *route_list;