X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fpipe.h;h=ed5c142b3c3bc844bc48c00a7848ea3935c8040d;hb=c5040dfdb523ce2a14efbdfa0d3eb69d3afef65a;hp=765c140928f056a0c85b88333128a1d0ba226a1b;hpb=2fe767453007d1b015f52313d16dc61635085621;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index 765c14092..ed5c142b3 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/transports/pipe.h,v 1.8 2010/06/05 10:04:44 pdp Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2014 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -23,6 +21,7 @@ typedef struct { int max_output; int timeout; int options; + BOOL force_command; BOOL freeze_exec_fail; BOOL freeze_signal; BOOL ignore_status;