X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f656d13573661ac5a0d4fc49b932a3c961ee3eca..2e2a30b495b1ef8052259093f9422f57903b1717:/src/src/transports/pipe.h diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index 5f0bfc17f..af9141ce9 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/transports/pipe.h,v 1.2 2005/01/04 10:00:45 ph10 Exp $ */ +/* $Cambridge: exim/src/src/transports/pipe.h,v 1.3 2005/05/03 14:20:01 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -26,6 +26,7 @@ typedef struct { BOOL freeze_exec_fail; BOOL ignore_status; BOOL restrict_to_path; + BOOL timeout_defer; BOOL use_shell; BOOL use_bsmtp; BOOL use_crlf;