X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c988f1f4faa9f679f79beddf3c14676c5dcb8e28..HEAD:/src/src/transports/autoreply.h diff --git a/src/src/transports/autoreply.h b/src/src/transports/autoreply.h index bacbc3576..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.2 2005/01/04 10:00:45 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* 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 */