X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/184e88237dea64ce48076cdd0184612d057cbafd..3634fc257bd0667daef14d72005cd87c735bbb24:/src/src/routers/manualroute.h diff --git a/src/src/routers/manualroute.h b/src/src/routers/manualroute.h index 6249d3f6c..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.5 2007/01/08 10:50:20 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* 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;