SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / transports / pipe.h
index 343628e209e328a22842e967826b364ea1f5269d..be5ec34245054fabe26851f03767af59fd0d25e0 100644 (file)
@@ -2,8 +2,9 @@
 *     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. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 /* Private structure for the private options. */
 
@@ -21,6 +22,7 @@ typedef struct {
   int   max_output;
   int   timeout;
   int   options;
+  BOOL  force_command;
   BOOL  freeze_exec_fail;
   BOOL  freeze_signal;
   BOOL  ignore_status;