build: use pkg-config for i18n
[exim.git] / src / src / transports / autoreply.h
index bacbc35764a09faab94fe5271b80d8b58fae5957..b15916bb1cd24b31d757ed3dd46683b06893da5b 100644 (file)
@@ -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    *
 *************************************************/
 
 /*************************************************
 *     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. */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 /* Private structure for the private options. */
 
 
 /* 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 */
 
 
 /* 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 BOOL autoreply_transport_entry(transport_instance *, address_item *);
-extern void autoreply_transport_init(transport_instance *);
 
 /* End of transports/autoreply.h */
 
 /* End of transports/autoreply.h */