X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/184e88237dea64ce48076cdd0184612d057cbafd..HEAD:/src/src/transports/autoreply.h diff --git a/src/src/transports/autoreply.h b/src/src/transports/autoreply.h index 253bed77a..b15916bb1 100644 --- a/src/src/transports/autoreply.h +++ b/src/src/transports/autoreply.h @@ -1,11 +1,10 @@ -/* $Cambridge: exim/src/src/transports/autoreply.h,v 1.4 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. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Private structure for the private options. */ @@ -41,7 +40,7 @@ extern autoreply_transport_options_block autoreply_transport_option_defaults; /* The main and init entry points for the transport */ +extern void autoreply_transport_init(driver_instance *); extern BOOL autoreply_transport_entry(transport_instance *, address_item *); -extern void autoreply_transport_init(transport_instance *); /* End of transports/autoreply.h */